X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs2_meth.c;h=deb9e1d6f36c316fdd1b005916c74540a05130e4;hp=54ff252d9ad372ef8a7dbb302769daecfd9c7ab0;hb=fbb41ae0ad1369d6fe8d6c72d2297270ad24f0e5;hpb=752d706aaf651ce87368bc826a3035a6a4f31190 diff --git a/ssl/s2_meth.c b/ssl/s2_meth.c index 54ff252d9a..deb9e1d6f3 100644 --- a/ssl/s2_meth.c +++ b/ssl/s2_meth.c @@ -56,10 +56,10 @@ * [including the GNU Public Licence.] */ -#ifndef NO_RSA +#include "ssl_locl.h" +#ifndef NO_SSL2 #include #include -#include "ssl_locl.h" static SSL_METHOD *ssl2_get_method(int ver); static SSL_METHOD *ssl2_get_method(int ver) @@ -86,7 +86,7 @@ SSL_METHOD *SSLv2_method(void) } return(&SSLv2_data); } -#else /* !NO_RSA */ +#else /* !NO_SSL2 */ # if PEDANTIC static void *dummy=&dummy;