diff options
Diffstat (limited to 'crypto/rc4/rc4_locl.h')
-rw-r--r-- | crypto/rc4/rc4_locl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/rc4/rc4_locl.h b/crypto/rc4/rc4_locl.h index faf8742f01..2f09b7c8b3 100644 --- a/crypto/rc4/rc4_locl.h +++ b/crypto/rc4/rc4_locl.h @@ -1,5 +1,5 @@ #ifndef HEADER_RC4_LOCL_H # define HEADER_RC4_LOCL_H # include <openssl/opensslconf.h> -# include <cryptlib.h> +# include "internal/cryptlib.h" #endif |