From 3009458e2f63b84e9631dfbf8b5c7cb38b2b283c Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 14 Aug 2000 14:05:53 +0000 Subject: MD4 implemented. Assar Westerlund provided the digest code itself and the test utility, I added the bits to get a EVP interface, the command line utility and the speed test --- apps/progs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'apps/progs.h') diff --git a/apps/progs.h b/apps/progs.h index 7d2238493a..66fe42e1e9 100644 --- a/apps/progs.h +++ b/apps/progs.h @@ -106,6 +106,7 @@ FUNCTION functions[] = { {FUNC_TYPE_GENERAL,"smime",smime_main}, {FUNC_TYPE_GENERAL,"rand",rand_main}, {FUNC_TYPE_MD,"md2",dgst_main}, + {FUNC_TYPE_MD,"md4",dgst_main}, {FUNC_TYPE_MD,"md5",dgst_main}, {FUNC_TYPE_MD,"sha",dgst_main}, {FUNC_TYPE_MD,"sha1",dgst_main}, -- cgit v1.2.3