From 483b312391abef13ecccd91089b72ae7e103cfbf Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 10 Aug 2004 09:11:07 +0000 Subject: [PATCH] Update the VMS fips library builder with the DH library. --- 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 d380f3a8ab..f3571bf845 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" +$ ENCRYPT_TYPES = "Basic,SHA1,RAND,DES,AES,DSA,RSA,DH" $! $! Check To Make Sure We Have Valid Command Line Parameters. $! @@ -157,6 +157,7 @@ $ LIB_DES = "fips_des_enc,fips_des_selftest,fips_set_key" $ 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" $! $! Setup exceptional compilations $! -- 2.25.1