MD4 implemented. Assar Westerlund provided the digest code itself and the test utili...
[openssl.git] / apps / progs.pl
index 9842d2ace725b64229ffd55fc8674f2ef6d2eaba..3d5e8de221aac6d07e32248974fa0cc4d832419d 100644 (file)
@@ -41,7 +41,7 @@ foreach (@ARGV)
                { print $str; }
        }
 
                { print $str; }
        }
 
-foreach ("md2","md5","sha","sha1","mdc2","rmd160")
+foreach ("md2","md4","md5","sha","sha1","mdc2","rmd160")
        {
        push(@files,$_);
        printf "\t{FUNC_TYPE_MD,\"%s\",dgst_main},\n",$_;
        {
        push(@files,$_);
        printf "\t{FUNC_TYPE_MD,\"%s\",dgst_main},\n",$_;