$!-----------------------------------------------------------------'f$verify(0) $! SSL_FINISH.COM $! $! WASD VMS Web Services, Copyright (C) 1996-2013 Mark G.Daniel. $! This package (all associated programs), comes with ABSOLUTELY NO WARRANTY. $! This is free software, and you are welcome to redistribute it under the $! conditions of the GNU GENERAL PUBLIC LICENSE, version 3, or later version. $! http://www.gnu.org/licenses/gpl.txt $! $! Link the OpenSSL applications delivered as part of the WASD SSL package. $! $! 07-DEC-2002 MGD initial (completely reworked for v8.1) $!----------------------------------------------------------------------------- $! $ if f$trnlnm("INSTALL$DBUG") .nes. "" then set verify $! $ ss$_abort = 44 $ ss$_bugcheck = 676 $ say = "write sys$command" $ on controly then exit ss$_abort $! $ if p1 .eqs. "BUILD" .or. p1 .eqs. "LINK" $ then $ if f$type(BUILD_HTTPD_WASD_SSL) .nes. "" $ then $ type sys$input *************************************** * LINKING WASD OPENSSL APPLICATIONS * *************************************** $ currentDefault = f$environment("DEFAULT") $ set default 'BUILD_HTTPD_SSL_ROOT' $ set default [.APPS] $ if f$search("makeapps.com") .nes. "" then @MAKEAPPS LINK $ say "" $ set default 'currentDefault' $ endif $ endif $! $ dgs = "delete/symbol/global" $ if f$type(BUILD_HTTPD_OPEN_SSL) .nes. "" then dgs BUILD_HTTPD_OPEN_SSL $ if f$type(BUILD_HTTPD_SSL) .nes. "" then dgs BUILD_HTTPD_SSL $ if f$type(BUILD_HTTPD_SSL_ROOT) .nes. "" then dgs BUILD_HTTPD_SSL_ROOT $ if f$type(BUILD_HTTPD_VMS_SSL) .nes. "" then dgs BUILD_HTTPD_VMS_SSL $ if f$type(BUILD_HTTPD_WASD_SSL) .nes. "" then dgs BUILD_HTTPD_WASD_SSL $! $ exit $!-----------------------------------------------------------------------------