]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/ec/ecdsa_ossl.c
Reorganize private crypto header files
[thirdparty/openssl.git] / crypto / ec / ecdsa_ossl.c
index afa65233be45626f94e3210febf763e6fc8f1623..432002ca311885abd644081d2f9cb901af1611ca 100644 (file)
@@ -11,7 +11,7 @@
 #include <openssl/err.h>
 #include <openssl/obj_mac.h>
 #include <openssl/rand.h>
-#include "internal/bn_int.h"
+#include "crypto/bn.h"
 #include "ec_lcl.h"
 
 int ossl_ecdsa_sign_setup(EC_KEY *eckey, BN_CTX *ctx_in, BIGNUM **kinvp,