• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

TLS/SSL and crypto library


Commit MetaInfo

Revision20a413620c599325eeb568d7d9c9e04d86eb29c2 (tree)
Time2005-05-24 12:50:47
AuthorRichard Levitte <levitte@open...>
CommiterRichard Levitte

Log Message

Synchronise with Unix build.

Change Summary

Incremental Difference

--- a/fips/fips-lib.com
+++ b/fips/fips-lib.com
@@ -151,14 +151,14 @@ $!
151151 $! Define The Different Encryption "library" Strings.
152152 $!
153153 $ LIB_ = "fips,fips_err_wrapper"
154-$ LIB_SHA1 = "fips_sha1dgst,fips_sha1_selftest"
155-$ LIB_RAND = "fips_rand"
154+$ LIB_SHA1 = "fips_sha1dgst,fips_sha1_selftest,fips_sha256,fips_sha512"
155+$ LIB_RAND = "fips_rand,fips_rand_selftest"
156156 $ LIB_DES = "fips_des_enc,fips_des_selftest,fips_set_key"
157157 $ LIB_AES = "fips_aes_core,fips_aes_selftest"
158158 $ LIB_DSA = "fips_dsa_ossl,fips_dsa_gen,fips_dsa_selftest"
159159 $ LIB_RSA = "fips_rsa_eay,fips_rsa_gen,fips_rsa_selftest"
160160 $ LIB_DH = "fips_dh_check,fips_dh_gen,fips_dh_key"
161-$ LIB_HMAC = "fips_hmac"
161+$ LIB_HMAC = "fips_hmac,fips_hmac_selftest"
162162 $!
163163 $! Setup exceptional compilations
164164 $!