From eca4feb580cffd6af474f599efe3fe99505a525c Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 20 Jun 2006 17:32:05 +0000 Subject: Importing OpenSSL 0.9.8b svn path=/openssl/vendor/current/CHANGES; revision=1 --- openssl/vendor/current/crypto/threads/pthreads-vms.com | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 openssl/vendor/current/crypto/threads/pthreads-vms.com (limited to 'openssl/vendor/current/crypto/threads/pthreads-vms.com') diff --git a/openssl/vendor/current/crypto/threads/pthreads-vms.com b/openssl/vendor/current/crypto/threads/pthreads-vms.com new file mode 100644 index 00000000..63f5b8cc --- /dev/null +++ b/openssl/vendor/current/crypto/threads/pthreads-vms.com @@ -0,0 +1,9 @@ +$! 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 -- cgit v1.2.3