diff options
-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 |