diff options
author | Richard Levitte <levitte@openssl.org> | 2002-11-04 01:29:26 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2002-11-04 01:29:26 +0100 |
commit | bff156762383c16b77b7cefe6c75067a217ec8f9 (patch) | |
tree | 20b205e9f77e55fd07b61e4b1b325168d89c0950 /VMS | |
parent | Depend on OPENSSL_NO_STATIC_ENGINE rather than OPENSSL_NO_DYNAMIC_ENGINE. (diff) | |
download | openssl-bff156762383c16b77b7cefe6c75067a217ec8f9.tar.xz openssl-bff156762383c16b77b7cefe6c75067a217ec8f9.zip |
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.com | 1 |
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 |