From f5d7a031a3c3e7b1700a67d6dc19daf3718ce6ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulf=20M=C3=B6ller?= Date: Tue, 27 Apr 1999 01:14:46 +0000 Subject: New Configure option no- (rsa, idea, rc5, ...). --- apps/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/version.c') diff --git a/apps/version.c b/apps/version.c index f249d15aa6..a567f34094 100644 --- a/apps/version.c +++ b/apps/version.c @@ -119,7 +119,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"); -- cgit v1.2.3