openssl bignum forward declarations instead of include
authorebensza <bence.janos.szabo@ericsson.com>
Fri, 8 Jul 2016 11:49:20 +0000 (13:49 +0200)
committerebensza <bence.janos.szabo@ericsson.com>
Fri, 8 Jul 2016 11:49:20 +0000 (13:49 +0200)
Signed-off-by: ebensza <bence.janos.szabo@ericsson.com>
core/RInt.hh

index cc99d73866214891d2a29c20648b7b810c46c804..bbd0e313235f12db36e364d94d8179be59cfe44a 100644 (file)
@@ -14,7 +14,8 @@
 #ifndef RInt_HH
 #define RInt_HH
 
-#include <openssl/ossl_typ.h>
+struct bignum_st;
+typedef bignum_st BIGNUM;
 
 typedef int RInt;
 
This page took 0.023686 seconds and 5 git commands to generate.