Update the VMS fips library builder with the DH library.
authorRichard Levitte <levitte@openssl.org>
Tue, 10 Aug 2004 09:11:07 +0000 (09:11 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 10 Aug 2004 09:11:07 +0000 (09:11 +0000)
fips/fips-lib.com

index d380f3a8abb9874283b40c80e9a1d62c728360c5..f3571bf845a8ecbc4cb68664b0c586da111fd0c5 100644 (file)
@@ -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
 $!