Skip to content
Snippets Groups Projects
Commit b0d8080a authored by ebensza's avatar ebensza
Browse files

openssl bignum forward declarations instead of include


Signed-off-by: default avatarebensza <bence.janos.szabo@ericsson.com>
parent 11a51947
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment