From a0724cb261af9e317fec2055dc204e54059f4cba Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 3 May 2005 08:49:28 +0000 Subject: [PATCH] Synchronise with Unix build. --- fips/fips-lib.com | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/fips/fips-lib.com b/fips/fips-lib.com index f3571bf845..73edf19f68 100644 --- a/fips/fips-lib.com +++ b/fips/fips-lib.com @@ -75,7 +75,7 @@ $ ENDIF $! $! Define The Different Encryption Types. $! -$ ENCRYPT_TYPES = "Basic,SHA1,RAND,DES,AES,DSA,RSA,DH" +$ ENCRYPT_TYPES = "Basic,SHA1,RAND,DES,AES,DSA,RSA,DH,HMAC" $! $! Check To Make Sure We Have Valid Command Line Parameters. $! @@ -158,6 +158,7 @@ $ LIB_AES = "fips_aes_core,fips_aes_selftest" $ LIB_DSA = "fips_dsa_ossl,fips_dsa_gen,fips_dsa_selftest" $ LIB_RSA = "fips_rsa_eay,fips_rsa_gen,fips_rsa_selftest" $ LIB_DH = "fips_dh_check,fips_dh_gen,fips_dh_key" +$ LIB_HMAC = "fips_hmac" $! $! Setup exceptional compilations $! -- 2.25.1