diff options
Diffstat (limited to 'crypto/rc2/rc2_ecb.c')
-rw-r--r-- | crypto/rc2/rc2_ecb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc2/rc2_ecb.c b/crypto/rc2/rc2_ecb.c index fb2f78273d8e..8d9927cd5858 100644 --- a/crypto/rc2/rc2_ecb.c +++ b/crypto/rc2/rc2_ecb.c @@ -8,7 +8,7 @@ */ #include <openssl/rc2.h> -#include "rc2_locl.h" +#include "rc2_local.h" #include <openssl/opensslv.h> /*- |