From 20a413620c599325eeb568d7d9c9e04d86eb29c2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Tue, 24 May 2005 03:50:47 +0000 Subject: [PATCH] Synchronise with Unix build. --- fips/fips-lib.com | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fips/fips-lib.com b/fips/fips-lib.com index 73edf19f68..e7ff2c5567 100644 --- a/fips/fips-lib.com +++ b/fips/fips-lib.com @@ -151,14 +151,14 @@ $! $! Define The Different Encryption "library" Strings. $! $ LIB_ = "fips,fips_err_wrapper" -$ LIB_SHA1 = "fips_sha1dgst,fips_sha1_selftest" -$ LIB_RAND = "fips_rand" +$ LIB_SHA1 = "fips_sha1dgst,fips_sha1_selftest,fips_sha256,fips_sha512" +$ LIB_RAND = "fips_rand,fips_rand_selftest" $ 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" -$ LIB_HMAC = "fips_hmac" +$ LIB_HMAC = "fips_hmac,fips_hmac_selftest" $! $! Setup exceptional compilations $! -- 2.25.1