diff options
Diffstat (limited to 'src/lib/libcrypto/rc4/rc4.h')
-rw-r--r-- | src/lib/libcrypto/rc4/rc4.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/libcrypto/rc4/rc4.h b/src/lib/libcrypto/rc4/rc4.h index 8556dddab0..40251024a4 100644 --- a/src/lib/libcrypto/rc4/rc4.h +++ b/src/lib/libcrypto/rc4/rc4.h | |||
@@ -59,16 +59,16 @@ | |||
59 | #ifndef HEADER_RC4_H | 59 | #ifndef HEADER_RC4_H |
60 | #define HEADER_RC4_H | 60 | #define HEADER_RC4_H |
61 | 61 | ||
62 | #ifdef __cplusplus | ||
63 | extern "C" { | ||
64 | #endif | ||
65 | |||
66 | #ifdef NO_RC4 | 62 | #ifdef NO_RC4 |
67 | #error RC4 is disabled. | 63 | #error RC4 is disabled. |
68 | #endif | 64 | #endif |
69 | 65 | ||
70 | #include <openssl/opensslconf.h> /* RC4_INT */ | 66 | #include <openssl/opensslconf.h> /* RC4_INT */ |
71 | 67 | ||
68 | #ifdef __cplusplus | ||
69 | extern "C" { | ||
70 | #endif | ||
71 | |||
72 | typedef struct rc4_key_st | 72 | typedef struct rc4_key_st |
73 | { | 73 | { |
74 | RC4_INT x,y; | 74 | RC4_INT x,y; |