Deprecate the recursive includes of bn.h from various API headers (asn1.h,
[openssl.git] / crypto / ecdsa / ecs_ossl.c
index 7e4b61fdef505d168fde020314cfcd677760fd71..712f666641795818285a14aa08ba4d5a63fcf0b3 100644 (file)
@@ -59,6 +59,7 @@
 #include "ecdsa.h"
 #include <openssl/err.h>
 #include <openssl/obj_mac.h>
+#include <openssl/bn.h>
 
 static ECDSA_SIG *ecdsa_do_sign(const unsigned char *dgst, int dlen, 
                EC_KEY *eckey);