X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Frc4%2Frc4.h;h=7aec04fe93a254c84bdd7bd32621c7cd86d9f7d0;hp=8722091f2ecf02e0e2fc6da262198e2ecf1e198d;hb=39c4b7092c2acb0051c57fb0f6c05490cf7274c4;hpb=c7e7fc3ee42c03313b4957ea23db3b6f40d3affb diff --git a/crypto/rc4/rc4.h b/crypto/rc4/rc4.h index 8722091f2e..7aec04fe93 100644 --- a/crypto/rc4/rc4.h +++ b/crypto/rc4/rc4.h @@ -59,12 +59,11 @@ #ifndef HEADER_RC4_H #define HEADER_RC4_H +#include /* OPENSSL_NO_RC4, RC4_INT */ #ifdef OPENSSL_NO_RC4 #error RC4 is disabled. #endif -#include /* RC4_INT */ - #ifdef __cplusplus extern "C" { #endif