Reorganize local header files
[openssl.git] / crypto / bn / bn_gcd.c
index 9ee54407e5e14b74898dac012d702fdcd978bac0..87eb9da02c612cb5592aed861e8d0dc61df0a1b0 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include "internal/cryptlib.h"
-#include "bn_lcl.h"
+#include "bn_local.h"
 
 static BIGNUM *euclid(BIGNUM *a, BIGNUM *b);