diff options
Diffstat (limited to 'openssl/trunk/crypto/threads/pthreads-vms.com')
-rw-r--r-- | openssl/trunk/crypto/threads/pthreads-vms.com | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/openssl/trunk/crypto/threads/pthreads-vms.com b/openssl/trunk/crypto/threads/pthreads-vms.com deleted file mode 100644 index 63f5b8cc..00000000 --- a/openssl/trunk/crypto/threads/pthreads-vms.com +++ /dev/null @@ -1,9 +0,0 @@ -$! To compile mttest on VMS. -$! -$! WARNING: only tested with DEC C so far. -$ -$ arch := vax -$ if f$getsyi("CPU") .ge. 128 then arch := axp -$ define/user openssl [--.include.openssl] -$ cc/def=PTHREADS mttest.c -$ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib |