From bff156762383c16b77b7cefe6c75067a217ec8f9 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 4 Nov 2002 00:29:26 +0000 Subject: Since we're currently assuming VMS can deal with dynamic engines, don't include the static engine entry points in libcrypto.exe. --- VMS/mkshared.com | 1 + 1 file changed, 1 insertion(+) (limited to 'VMS/mkshared.com') diff --git a/VMS/mkshared.com b/VMS/mkshared.com index afdc85b..1356fb9 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 -- cgit v1.1