Keep up with Unix code. It's beginning to be time to rethink the VMS
[openssl.git] / apps / version.c
index f249d15aa6cc6216c8fc27d73fd80932fdcc6719..f5c9adc25471c17e8f05ae54822c28ad15fb70e4 100644 (file)
@@ -66,6 +66,8 @@
 #undef PROG
 #define PROG   version_main
 
+int MAIN(int, char **);
+
 int MAIN(int argc, char **argv)
        {
        int i,ret=0;
@@ -119,7 +121,7 @@ int MAIN(int argc, char **argv)
 #ifndef NO_IDEA
                printf("%s ",idea_options());
 #endif
-#ifndef NO_BLOWFISH
+#ifndef NO_BF
                printf("%s ",BF_options());
 #endif
                printf("\n");