summaryrefslogtreecommitdiffstats
path: root/crypto/crypto-lib.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2011-03-19 10:46:21 +0000
committerRichard Levitte <levitte@openssl.org>2011-03-19 10:46:21 +0000
commit4692b3345d73f5bf078f5f4f8d21b3793a872d43 (patch)
tree17fca5295b19684331b12746c359f501e9211076 /crypto/crypto-lib.com
parente59fb00735f3556c5426df2c165033b482d62374 (diff)
Keep file references in the VMS build files in the same order as they
are in the Unix Makefiles, and add SRP tests.
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 f437dc4114..a4dffe9160 100644
--- a/crypto/crypto-lib.com
+++ b/crypto/crypto-lib.com
@@ -228,7 +228,7 @@ $ LIB_CAST = "c_skey,c_ecb,c_enc,c_cfb64,c_ofb64"
$ LIB_CAMELLIA = "camellia,cmll_misc,cmll_ecb,cmll_cbc,cmll_ofb,"+ -
"cmll_cfb,cmll_ctr"
$ LIB_SEED = "seed,seed_ecb,seed_cbc,seed_cfb,seed_ofb"
-$ LIB_MODES = "cbc128,ctr128,cfb128,ofb128,cts128"
+$ LIB_MODES = "cbc128,ctr128,cts128,cfb128,ofb128"
$ LIB_BN_ASM = "[.asm]vms.mar,vms-helper"
$ IF F$TRNLNM("OPENSSL_NO_ASM") .OR. ARCH .NES. "VAX" THEN -
LIB_BN_ASM = "bn_asm"