Synchronise some more with the Unix build.
authorRichard Levitte <levitte@openssl.org>
Thu, 2 Jun 2005 19:08:41 +0000 (19:08 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 2 Jun 2005 19:08:41 +0000 (19:08 +0000)
crypto/crypto-lib.com
fips/fips-lib.com

index 33b6cae08e53fc3f559edf00856a316c2356e9b8..53768c932abba830589d46589e883ad9e04f7a73 100644 (file)
@@ -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"
index 5fa68b46e46759e7fdc5ae5c80ca92e7059a5e59..b30ee646b2833c7a48d46510e6b075d3439a7e3c 100644 (file)
@@ -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"
 $!