]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - apps/progs.pl
Import of old SSLeay release: SSLeay 0.9.1b (unreleased)
[thirdparty/openssl.git] / apps / progs.pl
index cd05fe6a785b2db6dbdcc4b2533c51c0b09b51a4..4c63e86ea5f040c6f2b38065d60e6381c00dede9 100644 (file)
@@ -49,7 +49,7 @@ foreach (@ARGV)
                { print $str; }
        }
 
-foreach ("md2","md5","sha","sha1","mdc2")
+foreach ("md2","md5","sha","sha1","mdc2","rmd160")
        {
        push(@files,$_);
        printf "\t{FUNC_TYPE_MD,\"%s\",dgst_main},\n",$_;