X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=VMS%2Fopenssl_shutdown.com.in;h=c3b8de8b6d68bc41f469a4cba832c186a9143098;hb=c2146b57d296aa5b06e27cd8d76bbd040a3444b9;hp=236979eab22c57fc2c2972250576751a86239be5;hpb=84af1bae68950a6993b56e39beff905d23fb74c8;p=oweals%2Fopenssl.git diff --git a/VMS/openssl_shutdown.com.in b/VMS/openssl_shutdown.com.in index 236979eab2..c3b8de8b6d 100644 --- a/VMS/openssl_shutdown.com.in +++ b/VMS/openssl_shutdown.com.in @@ -24,36 +24,33 @@ $ arch := F$EDIT(F$GETSYI("ARCH_NAME"),"UPCASE") $ IF arch .EQS. "" THEN GOTO unknown_arch $ ENDIF $ -$ ! Generated information -$ VERSION := {- $config{version} -} -$ INSTALLTOP := {- $config{INSTALLTOP} -} -$ POINTER_SIZE = {- $config{pointersize} -} -$ $ ! Abbrevs $ DEAS := DEASSIGN /NOLOG 'P1' -$ v = VERSION - "." - "." +$ sv := {- sprintf "%02d%02d", split m|\.|, $config{shlib_version} -} +$ pz := {- $config{pointer_size} -} +$ +$ DEAS OSSL$DATAROOT +$ DEAS OSSL$INSTROOT +$ DEAS OSSL$INCLUDE +$ DEAS OSSL$LIB +$ DEAS OSSL$SHARE +$ DEAS OSSL$ENGINES'sv' +$ DEAS OSSL$EXE +$ DEAS OSSL$LIBCRYPTO'pz' +$ DEAS OSSL$LIBSSL'pz' +${- output_off() if $config{no_shared}; "" -} +$ DEAS OSSL$LIBCRYPTO'sv'_SHR'pz' +$ DEAS OSSL$LIBSSL'sv'_SHR'pz' +${- output_on() if $config{no_shared}; "" -} +$ DEAS OPENSSL $ -$ DEAS OSSL$ROOT'v' -$ DEAS OSSL$INCLUDE'v' -$ DEAS OSSL$LIB'v' -$ DEAS OSSL$SHARE'v' -$ DEAS OSSL$ENGINES'v' -$ DEAS OSSL$EXE'v' -$ {- output_off() if $disabled{shared} -} -$ {- join("\n\$ ", map { "DEAS $_'v'" } map { $unified_info{sharednames}->{$_} || () } @{$unified_info{libraries}}) -} -$ {- output_on() -} $ IF P2 .NES. "NOALIASES" $ THEN -$ DEAS OSSL$ROOT -$ DEAS OSSL$INCLUDE -$ DEAS OSSL$LIB -$ DEAS OSSL$SHARE $ DEAS OSSL$ENGINES -$ DEAS OSSL$EXE -$ DEAS OPENSSL -$ {- output_off() if $disabled{shared} -} -$ {- join("\n\$ ", map { "DEAS $_" } map { $unified_info{sharednames}->{$_} || () } @{$unified_info{libraries}}) -} -$ {- output_on() -} +${- output_off() if $config{no_shared}; "" -} +$ DEAS OSSL$LIBCRYPTO_SHR'pz' +$ DEAS OSSL$LIBSSL_SHR'pz' +${- output_on() if $config{no_shared}; "" -} $ ENDIF $ $ EXIT 'status'