diff options
Diffstat (limited to 'src/lib/libssl/test/trsa.com')
-rw-r--r-- | src/lib/libssl/test/trsa.com | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/lib/libssl/test/trsa.com b/src/lib/libssl/test/trsa.com index 28add5eefd..6b6c318e2b 100644 --- a/src/lib/libssl/test/trsa.com +++ b/src/lib/libssl/test/trsa.com | |||
@@ -4,6 +4,17 @@ $ __arch := VAX | |||
4 | $ if f$getsyi("cpu") .ge. 128 then __arch := AXP | 4 | $ if f$getsyi("cpu") .ge. 128 then __arch := AXP |
5 | $ exe_dir := sys$disk:[-.'__arch'.exe.apps] | 5 | $ exe_dir := sys$disk:[-.'__arch'.exe.apps] |
6 | $ | 6 | $ |
7 | $ set noon | ||
8 | $ define/user sys$output nla0: | ||
9 | $ mcr 'exe_dir'openssl no-rsa | ||
10 | $ save_severity=$SEVERITY | ||
11 | $ set on | ||
12 | $ if save_severity | ||
13 | $ then | ||
14 | $ write sys$output "skipping RSA conversion test" | ||
15 | $ exit | ||
16 | $ endif | ||
17 | $ | ||
7 | $ cmd := mcr 'exe_dir'openssl rsa | 18 | $ cmd := mcr 'exe_dir'openssl rsa |
8 | $ | 19 | $ |
9 | $ t := testrsa.pem | 20 | $ t := testrsa.pem |