"BTW, I no longer have a wish for this. This was solved in other ways."
[openssl.git] / apps / ciphers.c
index 146527790ef49cdc31584d386c44b9641b179f77..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
@@ -77,9 +81,7 @@ static char *ciphers_usage[]={
 NULL
 };
 
-int MAIN(argc, argv)
-int argc;
-char **argv;
+int MAIN(int argc, char **argv)
        {
        int ret=1,i;
        int verbose=0;