X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=crypto%2Fthreads%2Fpthreads-vms.com;fp=crypto%2Fthreads%2Fpthreads-vms.com;h=0000000000000000000000000000000000000000;hp=1cf92bdf5769d43fdc1198ec043c51bca2ff1809;hb=dad0b512e649336440e2b3cc9d667c56d9a91eff;hpb=8cbb048c3ea416f2bd8a3706d027f3aa26ef08d9 diff --git a/crypto/threads/pthreads-vms.com b/crypto/threads/pthreads-vms.com deleted file mode 100644 index 1cf92bdf57..0000000000 --- a/crypto/threads/pthreads-vms.com +++ /dev/null @@ -1,14 +0,0 @@ -$! To compile mttest on VMS. -$! -$! WARNING: only tested with DEC C so far. -$ -$ if (f$getsyi("cpu").lt.128) -$ then -$ arch := VAX -$ else -$ arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE") -$ if (arch .eqs. "") then arch = "UNK" -$ endif -$ define/user openssl [--.include.openssl] -$ cc/def=PTHREADS mttest.c -$ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib