summaryrefslogtreecommitdiff
path: root/VMS
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-04 00:29:26 +0000
committerRichard Levitte <levitte@openssl.org>2002-11-04 00:29:26 +0000
commitbff156762383c16b77b7cefe6c75067a217ec8f9 (patch)
tree20b205e9f77e55fd07b61e4b1b325168d89c0950 /VMS
parentdb199abd9ed8b6b0fd1c5aa930dda4f390287651 (diff)
downloadopenssl-new-bff156762383c16b77b7cefe6c75067a217ec8f9.tar.gz
Since we're currently assuming VMS can deal with dynamic engines,
don't include the static engine entry points in libcrypto.exe.
Diffstat (limited to 'VMS')
-rw-r--r--VMS/mkshared.com1
1 files changed, 1 insertions, 0 deletions
diff --git a/VMS/mkshared.com b/VMS/mkshared.com
index afdc85bbe0..1356fb9dd7 100644
--- a/VMS/mkshared.com
+++ b/VMS/mkshared.com
@@ -285,6 +285,7 @@ $ if alg_entry .eqs. "" then goto loop2
$ if alg_entry .nes. ","
$ then
$ if alg_entry .eqs. "KRB5" then goto loop ! Special for now
+$ if alg_entry .eqs. "STATIC_ENGINE" then goto loop ! Special for now
$ if f$trnlnm("OPENSSL_NO_"+alg_entry) .nes. "" then goto loop
$ goto loop2
$ endif