From: Richard Levitte Date: Thu, 2 Jun 2005 19:08:41 +0000 (+0000) Subject: Synchronise some more with the Unix build. X-Git-Tag: FIPS_TEST_9~17 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b8bd781b7e8f7e365a7c0ae430dcd1c61075293d;p=oweals%2Fopenssl.git Synchronise some more with the Unix build. --- diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 33b6cae08e..53768c932a 100644 --- a/crypto/crypto-lib.com +++ b/crypto/crypto-lib.com @@ -184,7 +184,7 @@ $ IF F$TRNLNM("OPENSSL_NO_ASM").OR.ARCH.EQS."AXP" THEN LIB_BN_ASM = "bn_asm" $ LIB_BN = "bn_add,bn_div,bn_exp,bn_lib,bn_ctx,bn_mul,bn_mod,"+ - "bn_print,bn_rand,bn_shift,bn_word,bn_blind,"+ - "bn_kron,bn_sqrt,bn_gcd,bn_prime,bn_err,bn_sqr,"+LIB_BN_ASM+","+ - - "bn_recp,bn_mont,bn_mpi,bn_exp2" + "bn_recp,bn_mont,bn_mpi,bn_exp2,bn_x931p" $ LIB_RSA = "rsa_eay,rsa_gen,rsa_lib,rsa_sign,rsa_saos,rsa_err,"+ - "rsa_pk1,rsa_ssl,rsa_none,rsa_oaep,rsa_chk,rsa_null,"+ - "rsa_pss,rsa_x931,rsa_asn1" diff --git a/fips/fips-lib.com b/fips/fips-lib.com index 5fa68b46e4..b30ee646b2 100644 --- a/fips/fips-lib.com +++ b/fips/fips-lib.com @@ -156,7 +156,7 @@ $ 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_RSA = "fips_rsa_eay,fips_rsa_gen,fips_rsa_selftest,fips_rsa_x931g" $ LIB_DH = "fips_dh_check,fips_dh_gen,fips_dh_key" $ LIB_HMAC = "fips_hmac,fips_hmac_selftest" $!