diff options
Diffstat (limited to 'src/lib/libcrypto/util/sp-diff.pl')
-rw-r--r-- | src/lib/libcrypto/util/sp-diff.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/libcrypto/util/sp-diff.pl b/src/lib/libcrypto/util/sp-diff.pl index f81e50201b..9d6c60387f 100644 --- a/src/lib/libcrypto/util/sp-diff.pl +++ b/src/lib/libcrypto/util/sp-diff.pl | |||
@@ -11,7 +11,7 @@ | |||
11 | %two=&loadfile($ARGV[1]); | 11 | %two=&loadfile($ARGV[1]); |
12 | 12 | ||
13 | $line=0; | 13 | $line=0; |
14 | foreach $a ("md2","md5","sha","sha1","rc4","des cfb","des cbc","des ede3", | 14 | foreach $a ("md2","md4","md5","sha","sha1","rc4","des cfb","des cbc","des ede3", |
15 | "idea cfb","idea cbc","rc2 cfb","rc2 cbc","blowfish cbc","cast cbc") | 15 | "idea cfb","idea cbc","rc2 cfb","rc2 cbc","blowfish cbc","cast cbc") |
16 | { | 16 | { |
17 | if (defined($one{$a,8}) && defined($two{$a,8})) | 17 | if (defined($one{$a,8}) && defined($two{$a,8})) |