Constant-time GCD function.
[oweals/openssl.git] / crypto / bn / bn_sqrt.c
index c3e66b033bde5ffe2bfa3c73f36d8e936097819a..1723d5ded5a87a0d0b665df15678b6013bcce2f7 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)
 /*