openssl 1.1.0 compatibility (Bug 497230)
[deliverable/titan.core.git] / core / RInt.hh
index bbd0e313235f12db36e364d94d8179be59cfe44a..b8b3721d9e65d5cb696ff6c64f8ccbde33b616eb 100644 (file)
@@ -14,8 +14,7 @@
 #ifndef RInt_HH
 #define RInt_HH
 
-struct bignum_st;
-typedef bignum_st BIGNUM;
+#include <openssl/bn.h>
 
 typedef int RInt;
 
This page took 0.034361 seconds and 5 git commands to generate.