X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fbn%2Fbn_sqrt.c;fp=crypto%2Fbn%2Fbn_sqrt.c;h=ec18641150ae5190008809332a2ef2a4a405edce;hp=ab691b79aa3155641e79a5110a6facc25658b6fe;hb=b39fc560612984e65ec30d7f37487303bf514fb3;hpb=7a05eaac5e15e327b7c51258bf892c8ae5b1d956 diff --git a/crypto/bn/bn_sqrt.c b/crypto/bn/bn_sqrt.c index ab691b79aa..ec18641150 100644 --- a/crypto/bn/bn_sqrt.c +++ b/crypto/bn/bn_sqrt.c @@ -57,7 +57,7 @@ * */ -#include "cryptlib.h" +#include "internal/cryptlib.h" #include "bn_lcl.h" BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)