summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-05-24 03:50:47 +0000
committerRichard Levitte <levitte@openssl.org>2005-05-24 03:50:47 +0000
commit20a413620c599325eeb568d7d9c9e04d86eb29c2 (patch)
treee4c3e59349701b7a8d9d75cbc947deb7d3aa9d5b
parente99b588f1beb45b41a1e7810c6875d7e37839181 (diff)
downloadopenssl-new-20a413620c599325eeb568d7d9c9e04d86eb29c2.tar.gz
Synchronise with Unix build.BEN_FIPS_TEST_8
-rw-r--r--fips/fips-lib.com6
1 files 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
$!