diff options
Diffstat (limited to 'crypto/cast/c_ofb64.c')
-rw-r--r-- | crypto/cast/c_ofb64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/cast/c_ofb64.c b/crypto/cast/c_ofb64.c index 797917cf8a..bc598d4d1b 100644 --- a/crypto/cast/c_ofb64.c +++ b/crypto/cast/c_ofb64.c @@ -8,7 +8,7 @@ */ #include <openssl/cast.h> -#include "cast_lcl.h" +#include "cast_local.h" /* * The input and output encrypted as though 64bit ofb mode is being used. |