Deprecate the recursive includes of bn.h from various API headers (asn1.h,
[openssl.git] / crypto / asn1 / x_bignum.c
index a80532cefc683dc0f1e4eb813b5da6c40686b5df..869c05d931de14f5051587216da6033b20ad30a1 100644 (file)
@@ -59,6 +59,7 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/asn1t.h>
+#include <openssl/bn.h>
 
 /* Custom primitive type for BIGNUM handling. This reads in an ASN1_INTEGER as a
  * BIGNUM directly. Currently it ignores the sign which isn't a problem since all