Reorganize local header files
[openssl.git] / crypto / des / pcbc_enc.c
index c7c11c22389cc8fe081915b96ae15aa34dc9cb8e..13df94218b31ba516912d65bad118c8fbdc0987a 100644 (file)
@@ -7,7 +7,7 @@
  * https://www.openssl.org/source/license.html
  */
 
-#include "des_locl.h"
+#include "des_local.h"
 
 void DES_pcbc_encrypt(const unsigned char *input, unsigned char *output,
                       long length, DES_key_schedule *schedule,