summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-08-11 12:27:28 +0000
committerRichard Levitte <levitte@openssl.org>2002-08-11 12:27:28 +0000
commitfd9a4dbe94d3c1eade4c7b738c8a28559d010e1b (patch)
tree49e7ecf29522dd79e9e04fb8ad5e4edcb42b01dc /crypto/crypto-lib.com
parentf0db0ed35d22c5f470bda33b934462868031097d (diff)
One more file to compile on VMS as well.
Diffstat (limited to 'crypto/crypto-lib.com')
-rw-r--r--crypto/crypto-lib.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com
index 68d224d7f7..94060da58f 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -201,7 +201,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_gf2m"
$ LIB_EC = "ec_lib,ecp_smpl,ecp_mont,ecp_recp,ecp_nist,ec_cvt,ec_mult,"+ -
"ec_err,ec_curve,ec_check,ec_print,ec_asn1,ec_key,"+ -
"ec2_smpl,ec2_smpt,ec2_mult"