X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=ssl%2Fs2_meth.c;h=d30b7179f7cfe0d74c799eab0068ff98a764ef9d;hb=3c89d78dba8bb7a958cad729f3166c175f587c7c;hp=deb9e1d6f36c316fdd1b005916c74540a05130e4;hpb=aa82db4fb49e8e3da38e39861837117ce12256bf;p=oweals%2Fopenssl.git diff --git a/ssl/s2_meth.c b/ssl/s2_meth.c index deb9e1d6f3..d30b7179f7 100644 --- a/ssl/s2_meth.c +++ b/ssl/s2_meth.c @@ -57,7 +57,7 @@ */ #include "ssl_locl.h" -#ifndef NO_SSL2 +#ifndef OPENSSL_NO_SSL2 #include #include @@ -86,7 +86,7 @@ SSL_METHOD *SSLv2_method(void) } return(&SSLv2_data); } -#else /* !NO_SSL2 */ +#else /* !OPENSSL_NO_SSL2 */ # if PEDANTIC static void *dummy=&dummy;