From: Richard Levitte Date: Mon, 4 Nov 2002 00:29:26 +0000 (+0000) Subject: Since we're currently assuming VMS can deal with dynamic engines, X-Git-Tag: OpenSSL_0_9_7-beta4~18^2~89 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=bff156762383c16b77b7cefe6c75067a217ec8f9;hp=db199abd9ed8b6b0fd1c5aa930dda4f390287651 Since we're currently assuming VMS can deal with dynamic engines, don't include the static engine entry points in libcrypto.exe. --- 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