Reorganize local header files
[openssl.git] / crypto / bn / asm / x86_64-gcc.c
index af32fcfc093580338761878c5dcaeb3616189851..68453b3d5276cf859ae7074f3fd7251fb16fdec6 100644 (file)
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "../bn_lcl.h"
+#include "../bn_local.h"
 #if !(defined(__GNUC__) && __GNUC__>=2)
 # include "../bn_asm.c"         /* kind of dirty hack for Sun Studio */
 #else