]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - crypto/rc2/rc2_cbc.c
Reorganize local header files
[thirdparty/openssl.git] / crypto / rc2 / rc2_cbc.c
index 75459364c7fe2d078946df6587e4dcd083ed45c2..58a4b3e6159935325a18d8dcc86c04470435d54b 100644 (file)
@@ -8,7 +8,7 @@
  */
 
 #include <openssl/rc2.h>
-#include "rc2_locl.h"
+#include "rc2_local.h"
 
 void RC2_cbc_encrypt(const unsigned char *in, unsigned char *out, long length,
                      RC2_KEY *ks, unsigned char *iv, int encrypt)