From b0d8080ac77a526540fc5b6fe03b14f3494f7e36 Mon Sep 17 00:00:00 2001
From: ebensza <bence.janos.szabo@ericsson.com>
Date: Fri, 8 Jul 2016 13:49:20 +0200
Subject: [PATCH] openssl bignum forward declarations instead of include

Signed-off-by: ebensza <bence.janos.szabo@ericsson.com>
---
 core/RInt.hh | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/core/RInt.hh b/core/RInt.hh
index cc99d7386..bbd0e3132 100644
--- a/core/RInt.hh
+++ b/core/RInt.hh
@@ -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;
 
-- 
GitLab