Identify and move common internal libcrypto header files
[openssl.git] / crypto / bn / bn_sqrt.c
index ab691b79aa3155641e79a5110a6facc25658b6fe..ec18641150ae5190008809332a2ef2a4a405edce 100644 (file)
@@ -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)