New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / ssl / s2_lib.c
index ad23ce1dc5439419cac1325a23ee8226998fb609..e56901bacf14d59b04fa598461d4d87fa2db4533 100644 (file)
@@ -56,6 +56,7 @@
  * [including the GNU Public Licence.]
  */
 
+#ifndef NO_RSA
 #include <stdio.h>
 #include <openssl/rsa.h>
 #include <openssl/objects.h>
@@ -414,4 +415,4 @@ int ssl2_shutdown(SSL *s)
        s->shutdown=(SSL_SENT_SHUTDOWN|SSL_RECEIVED_SHUTDOWN);
        return(1);
        }
-
+#endif