X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=util%2Fsp-diff.pl;h=9d6c60387fa1c862f4c3fe4a4fe86a30c48e60ee;hb=8ba708e5166b02ab61f2762d36b3e7b7455e9c06;hp=f81e50201b7510cf9cc927e50572dbb9000d25fb;hpb=7dfb0b774e6592dcbfe47015168a0ac8b44e2a17;p=oweals%2Fopenssl.git diff --git a/util/sp-diff.pl b/util/sp-diff.pl index f81e50201b..9d6c60387f 100755 --- a/util/sp-diff.pl +++ b/util/sp-diff.pl @@ -11,7 +11,7 @@ %two=&loadfile($ARGV[1]); $line=0; -foreach $a ("md2","md5","sha","sha1","rc4","des cfb","des cbc","des ede3", +foreach $a ("md2","md4","md5","sha","sha1","rc4","des cfb","des cbc","des ede3", "idea cfb","idea cbc","rc2 cfb","rc2 cbc","blowfish cbc","cast cbc") { if (defined($one{$a,8}) && defined($two{$a,8}))