Ignore:
Timestamp:
Aug 7, 2014, 8:25:37 PM (11 years ago)
Author:
dmik
Message:

openssl: Merge version 1.0.0n from vendor to trunk.

Location:
openssl/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • openssl/trunk

  • TabularUnified openssl/trunk/test/trsa.com

    r150 r808  
    11$! TRSA.COM  --  Tests rsa keys
    22$
    3 $       __arch := VAX
     3$       __arch = "VAX"
    44$       if f$getsyi("cpu") .ge. 128 then -
    55           __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
    6 $       if __arch .eqs. "" then __arch := UNK
    7 $       exe_dir := sys$disk:[-.'__arch'.exe.apps]
     6$       if __arch .eqs. "" then __arch = "UNK"
     7$!
     8$       if (p2 .eqs. "64") then __arch = __arch+ "_64"
     9$!
     10$       exe_dir = "sys$disk:[-.''__arch'.exe.apps]"
    811$
    912$       set noon
     
    1821$       endif
    1922$
    20 $       cmd := mcr 'exe_dir'openssl rsa
     23$       cmd = "mcr ''exe_dir'openssl rsa"
    2124$
    22 $       t := testrsa.pem
     25$       t = "testrsa.pem"
    2326$       if p1 .nes. "" then t = p1
    2427$
Note: See TracChangeset for help on using the changeset viewer.