Reorganize local header files
[openssl.git] / crypto / bn / bn_sqrt.c
index 2107487b72b2f70e7b50b91f2ea55e73460b29e8..d39f65f53b2ed4d166e6d7393f855f9e2e3b5a54 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "internal/cryptlib.h"
-#include "bn_lcl.h"
+#include "bn_local.h"
 
 BIGNUM *BN_mod_sqrt(BIGNUM *in, const BIGNUM *a, const BIGNUM *p, BN_CTX *ctx)
 /*