summaryrefslogtreecommitdiffstats
path: root/apps/progs.pl
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-27 11:56:15 +0000
committerUlf Möller <ulf@openssl.org>1999-04-27 11:56:15 +0000
commitb5929507e3aa8f359f272148609348d1f2433bf7 (patch)
treeb70112d1a493a772d2dcadd9c1d84e79017b0bcb /apps/progs.pl
parent61f217eec2c1947dec04d3211516fe4f851e4c81 (diff)
Update NO_* macros.
Diffstat (limited to 'apps/progs.pl')
-rw-r--r--apps/progs.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/progs.pl b/apps/progs.pl
index 16ce5ed562..7a69fc7b18 100644
--- a/apps/progs.pl
+++ b/apps/progs.pl
@@ -66,7 +66,7 @@ foreach (
elsif ($_ =~ /idea/) { $t="#ifndef NO_IDEA\n${t}#endif\n"; }
elsif ($_ =~ /rc4/) { $t="#ifndef NO_RC4\n${t}#endif\n"; }
elsif ($_ =~ /rc2/) { $t="#ifndef NO_RC2\n${t}#endif\n"; }
- elsif ($_ =~ /bf/) { $t="#ifndef NO_BLOWFISH\n${t}#endif\n"; }
+ elsif ($_ =~ /bf/) { $t="#ifndef NO_BF\n${t}#endif\n"; }
elsif ($_ =~ /cast/) { $t="#ifndef NO_CAST\n${t}#endif\n"; }
elsif ($_ =~ /rc5/) { $t="#ifndef NO_RC5\n${t}#endif\n"; }
print $t;