summaryrefslogtreecommitdiffstats
path: root/makevms.com
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-01-05 14:30:08 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-01-05 14:30:08 +0000
commit285d9189c76fe9fe839d9a8ddd75a17713578188 (patch)
tree423d99cf7d477915c357e7a215c4489a9925e42a /makevms.com
parent767d3e00541655faf192406daf5d3575ffb37d73 (diff)
PR: 2652
Submitted by: Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se> OpenVMS fixes.
Diffstat (limited to 'makevms.com')
-rwxr-xr-xmakevms.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/makevms.com b/makevms.com
index 19e3407b05..4797b928bc 100755
--- a/makevms.com
+++ b/makevms.com
@@ -784,7 +784,7 @@ $!
$! Copy All The ".H" Files From The [.SSL] Directory.
$!
$! (keep these in the same order as ssl/Makefile)
-$ EXHEADER := ssl.h, ssl2.h, ssl3.h, ssl23.h, tls1.h, dtls1.h, kssl.h
+$ EXHEADER := ssl.h, ssl2.h, ssl3.h, ssl23.h, tls1.h, dtls1.h, kssl.h, srtp.h
$ copy sys$disk:[.ssl]'exheader' sys$disk:[.include.openssl]
$!
$! Purge the [.include.openssl] header files.