New Configure option no-<cipher> (rsa, idea, rc5, ...).
[openssl.git] / apps / s_client.c
index ae3ce3e4e855aebeb09cbe1cd47e3eca99f7e942..44f228a31c4456e08225ca5f9594b8df15f5ccfa 100644 (file)
 #include <openssl/pem.h>
 #include "s_apps.h"
 
+#if defined(NO_RSA) && !defined(NO_SSL2)
+#define NO_SSL2
+#endif
+
 #undef PROG
 #define PROG   s_client_main