"BTW, I no longer have a wish for this. This was solved in other ways."
[openssl.git] / apps / ciphers.c
index 3c76782b7e3ad773084309f3c6c3013e36b96be1..08e47be4f787563beaa947d9e922e968d7434f04 100644 (file)
 #include <openssl/err.h>
 #include <openssl/ssl.h>
 
+#if defined(NO_RSA) && !defined(NO_SSL2)
+#define NO_SSL2
+#endif
+
 #undef PROG
 #define PROG   ciphers_main