summaryrefslogtreecommitdiffstats
path: root/apps/g_ssleay.pl
diff options
context:
space:
mode:
Diffstat (limited to 'apps/g_ssleay.pl')
-rw-r--r--apps/g_ssleay.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/g_ssleay.pl b/apps/g_ssleay.pl
index cd05fe6a78..4c63e86ea5 100644
--- a/apps/g_ssleay.pl
+++ b/apps/g_ssleay.pl
@@ -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",$_;