summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/tpkcs7d.com
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libssl/test/tpkcs7d.com')
-rw-r--r--src/lib/libssl/test/tpkcs7d.com13
1 files changed, 8 insertions, 5 deletions
diff --git a/src/lib/libssl/test/tpkcs7d.com b/src/lib/libssl/test/tpkcs7d.com
index 5ff653ccee..eea8c888ee 100644
--- a/src/lib/libssl/test/tpkcs7d.com
+++ b/src/lib/libssl/test/tpkcs7d.com
@@ -1,14 +1,17 @@
1$! TPKCS7.COM -- Tests pkcs7 keys 1$! TPKCS7.COM -- Tests pkcs7 keys
2$ 2$
3$ __arch := VAX 3$ __arch = "VAX"
4$ if f$getsyi("cpu") .ge. 128 then - 4$ if f$getsyi("cpu") .ge. 128 then -
5 __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE") 5 __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
6$ if __arch .eqs. "" then __arch := UNK 6$ if __arch .eqs. "" then __arch = "UNK"
7$ exe_dir := sys$disk:[-.'__arch'.exe.apps] 7$!
8$ if (p2 .eqs. "64") then __arch = __arch+ "_64"
9$!
10$ exe_dir = "sys$disk:[-.''__arch'.exe.apps]"
8$ 11$
9$ cmd := mcr 'exe_dir'openssl pkcs7 12$ cmd = "mcr ''exe_dir'openssl pkcs7"
10$ 13$
11$ t := pkcs7-1.pem 14$ t = "pkcs7-1.pem"
12$ if p1 .nes. "" then t = p1 15$ if p1 .nes. "" then t = p1
13$ 16$
14$ write sys$output "testing PKCS7 conversions (2)" 17$ write sys$output "testing PKCS7 conversions (2)"