From b0d8080ac77a526540fc5b6fe03b14f3494f7e36 Mon Sep 17 00:00:00 2001 From: ebensza Date: Fri, 8 Jul 2016 13:49:20 +0200 Subject: [PATCH] openssl bignum forward declarations instead of include Signed-off-by: ebensza --- core/RInt.hh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/RInt.hh b/core/RInt.hh index cc99d73..bbd0e31 100644 --- a/core/RInt.hh +++ b/core/RInt.hh @@ -14,7 +14,8 @@ #ifndef RInt_HH #define RInt_HH -#include +struct bignum_st; +typedef bignum_st BIGNUM; typedef int RInt; -- 2.34.1