X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=apps%2Fversion.c;h=f5c9adc25471c17e8f05ae54822c28ad15fb70e4;hb=9f7f1ff75e347577c9b93840ef33bd06422edc18;hp=f249d15aa6cc6216c8fc27d73fd80932fdcc6719;hpb=ec577822f95a8bca0023c5c77cef1a4916822d4a;p=openssl.git diff --git a/apps/version.c b/apps/version.c index f249d15aa6..f5c9adc254 100644 --- a/apps/version.c +++ b/apps/version.c @@ -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");