X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=ssl%2Fs2_lib.c;h=e56901bacf14d59b04fa598461d4d87fa2db4533;hp=ad23ce1dc5439419cac1325a23ee8226998fb609;hb=79df9d62721467927c81f1fa91568340e873ee9c;hpb=281c52c0548e4410e225464a30a82aac6d9ea70b diff --git a/ssl/s2_lib.c b/ssl/s2_lib.c index ad23ce1dc5..e56901bacf 100644 --- a/ssl/s2_lib.c +++ b/ssl/s2_lib.c @@ -56,6 +56,7 @@ * [including the GNU Public Licence.] */ +#ifndef NO_RSA #include #include #include @@ -414,4 +415,4 @@ int ssl2_shutdown(SSL *s) s->shutdown=(SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN); return(1); } - +#endif