summaryrefslogtreecommitdiffstats
path: root/test/maketests.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-22 11:37:20 +0000
committerRichard Levitte <levitte@openssl.org>2002-05-22 11:37:20 +0000
commitb935754cb04f7c0bfe4c8c32b1bc0895bf323ec6 (patch)
treeb945fced36b261bca80121053c7c4ccf14a1b7e1 /test/maketests.com
parent396bc53593da14ad37553c6d3c4034149ee3d7a3 (diff)
Allow the use of the TCP/IP stack keyword TCPIP and NONE
Diffstat (limited to 'test/maketests.com')
-rw-r--r--test/maketests.com8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/maketests.com b/test/maketests.com
index e0be3dd43b..f7ff8fe407 100644
--- a/test/maketests.com
+++ b/test/maketests.com
@@ -920,7 +920,7 @@ $ THEN
$!
$! Set the library to use SOCKETSHR
$!
-$ TCPIP_LIB = "[-.VMS]SOCKETSHR_SHR.OPT/OPT"
+$ TCPIP_LIB = "SYS$DISK:[-.VMS]SOCKETSHR_SHR.OPT/OPT"
$!
$! Done with SOCKETSHR
$!
@@ -946,13 +946,13 @@ $ THEN
$!
$! Set the library to use UCX.
$!
-$ TCPIP_LIB = "[-.VMS]UCX_SHR_DECC.OPT/OPT"
+$ TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_DECC.OPT/OPT"
$ IF F$TRNLNM("UCX$IPC_SHR") .NES. ""
$ THEN
-$ TCPIP_LIB = "[-.VMS]UCX_SHR_DECC_LOG.OPT/OPT"
+$ TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_DECC_LOG.OPT/OPT"
$ ELSE
$ IF COMPILER .NES. "DECC" .AND. ARCH .EQS. "VAX" THEN -
- TCPIP_LIB = "[-.VMS]UCX_SHR_VAXC.OPT/OPT"
+ TCPIP_LIB = "SYS$DISK:[-.VMS]UCX_SHR_VAXC.OPT/OPT"
$ ENDIF
$!
$! Done with UCX