summaryrefslogtreecommitdiffstats
path: root/makevms.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 /makevms.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 'makevms.com')
-rwxr-xr-xmakevms.com6
1 files changed, 4 insertions, 2 deletions
diff --git a/makevms.com b/makevms.com
index bcffb69c42..2800760c67 100755
--- a/makevms.com
+++ b/makevms.com
@@ -292,6 +292,7 @@ $ CONFIG_LOGICALS := AES,-
SHA256,-
SHA512,-
SOCK,-
+ SRP,-
SSL2,-
STACK,-
STATIC_ENGINE,-
@@ -740,7 +741,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
@@ -773,7 +774,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.