Deprecate the recursive includes of bn.h from various API headers (asn1.h,
[openssl.git] / crypto / asn1 / a_enum.c
index d9db53f01d39de2a495d1bcca3b77f7cf4c815b7..49f9e994be4eb48ee1ae6d18892fe0bb17e08bef 100644 (file)
@@ -59,6 +59,7 @@
 #include <stdio.h>
 #include "cryptlib.h"
 #include <openssl/asn1.h>
+#include <openssl/bn.h>
 
 /* 
  * Code for ENUMERATED type: identical to INTEGER apart from a different tag.