From 2f91cb2c5eb439283adeaf6441381cc3dc9a2504 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sat, 19 Mar 2011 10:44:41 +0000 Subject: [PATCH] Keep file references in the VMS build files in the same order as they are in the Unix Makefiles --- crypto/crypto-lib.com | 2 +- makevms.com | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/crypto/crypto-lib.com b/crypto/crypto-lib.com index 939c53a108..4020d5005b 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" diff --git a/makevms.com b/makevms.com index 2438715e64..b301f27a4c 100755 --- a/makevms.com +++ b/makevms.com @@ -740,7 +740,7 @@ $ EXHEADER_LHASH := lhash.h $ EXHEADER_RAND := rand.h $ EXHEADER_ERR := err.h $ EXHEADER_EVP := evp.h -$ EXHEADER_ASN1 := asn1.h, asn1t.h, asn1_mac.h +$ EXHEADER_ASN1 := asn1.h, asn1_mac.h, asn1t.h $ EXHEADER_PEM := pem.h, pem2.h $ EXHEADER_X509 := x509.h, x509_vfy.h $ EXHEADER_X509V3 := x509v3.h @@ -772,7 +772,8 @@ $ loop_sdirs_end: $! $! Copy All The ".H" Files From The [.SSL] Directory. $! -$ EXHEADER := dtls1.h, kssl.h, ssl.h, ssl2.h, ssl23.h, ssl3.h, tls1.h +$! (keep these in the same order as ssl/Makefile) +$ EXHEADER := ssl.h, ssl2.h, ssl3.h, ssl23.h, tls1.h, dtls1.h, kssl.h $ copy sys$disk:[.ssl]'exheader' sys$disk:[.include.openssl] $! $! Purge the [.include.openssl] header files. -- 2.25.1