Constant-time GCD function.
[oweals/openssl.git] / crypto / bn / bn_mul.c
index 5eda65cfbb048105a697c5eaca64387454642fd5..6743e7be816697e1298ac717b1e59e7f57b6839d 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <assert.h>
 #include "internal/cryptlib.h"
-#include "bn_lcl.h"
+#include "bn_local.h"
 
 #if defined(OPENSSL_NO_ASM) || !defined(OPENSSL_BN_ASM_PART_WORDS)
 /*