diff options
Diffstat (limited to 'openssl/crypto/rc4/rc4_locl.h')
-rw-r--r-- | openssl/crypto/rc4/rc4_locl.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/openssl/crypto/rc4/rc4_locl.h b/openssl/crypto/rc4/rc4_locl.h index c712e1632..faf8742f0 100644 --- a/openssl/crypto/rc4/rc4_locl.h +++ b/openssl/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> +# define HEADER_RC4_LOCL_H +# include <openssl/opensslconf.h> +# include <cryptlib.h> #endif |