Constant-time GCD function.
[oweals/openssl.git] / crypto / bn / bn_word.c
index 262d7668fcd4ee1c8d238d109aeb040dd7b145fc..18fb3030a8f441dd948765e44e2301ee26a5a83b 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "internal/cryptlib.h"
-#include "bn_lcl.h"
+#include "bn_local.h"
 
 BN_ULONG BN_mod_word(const BIGNUM *a, BN_ULONG w)
 {