X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=crypto%2Frc4%2Frc4.h;h=7aec04fe93a254c84bdd7bd32621c7cd86d9f7d0;hb=f920c5b590e3317fa740ca62fd87dbcd60978a16;hp=8556dddab0ecebd90ede06fa64e8e8f66ed455e9;hpb=c236e66d628ec4a7d24612dd5c94c35c6b170af8;p=openssl.git diff --git a/crypto/rc4/rc4.h b/crypto/rc4/rc4.h index 8556dddab0..7aec04fe93 100644 --- a/crypto/rc4/rc4.h +++ b/crypto/rc4/rc4.h @@ -59,15 +59,14 @@ #ifndef HEADER_RC4_H #define HEADER_RC4_H -#ifdef __cplusplus -extern "C" { -#endif - -#ifdef NO_RC4 +#include /* OPENSSL_NO_RC4, RC4_INT */ +#ifdef OPENSSL_NO_RC4 #error RC4 is disabled. #endif -#include /* RC4_INT */ +#ifdef __cplusplus +extern "C" { +#endif typedef struct rc4_key_st {