"BTW, I no longer have a wish for this. This was solved in other ways."
[openssl.git] / apps / ciphers.c
index b02b64b5dfb15ab8992f434ff9bd241fd7cfa4a8..08e47be4f787563beaa947d9e922e968d7434f04 100644 (file)
 #define APPS_WIN16
 #endif
 #include "apps.h"
-#include "err.h"
-#include "ssl.h"
+#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