From: Richard Levitte Date: Tue, 10 Aug 2004 09:11:07 +0000 (+0000) Subject: Update the VMS fips library builder with the DH library. X-Git-Tag: OpenSSL_0_9_7e~30 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=483b312391abef13ecccd91089b72ae7e103cfbf;p=oweals%2Fopenssl.git Update the VMS fips library builder with the DH library. --- 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 $!