Constant-time GCD function.
[oweals/openssl.git] / crypto / bn / bn_mod.c
index 712fc8ac145be2efad7b6ae876e4da4a0a43ac3d..f7d2e2650ed8b6ecac38b05428ffafca1f7091e8 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "internal/cryptlib.h"
-#include "bn_lcl.h"
+#include "bn_local.h"
 
 int BN_nnmod(BIGNUM *r, const BIGNUM *m, const BIGNUM *d, BN_CTX *ctx)
 {