summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/threads/pthreads-vms.com
diff options
context:
space:
mode:
authorcvs2svn <admin@example.com>2014-04-13 15:16:39 +0000
committercvs2svn <admin@example.com>2014-04-13 15:16:39 +0000
commit0d46071f78b35b22b9bb6521e9535aaab853d8d8 (patch)
tree5eeb72b2f65d8af14113c037fab4e843a1c5ec3d /src/lib/libcrypto/threads/pthreads-vms.com
parent25175e3da5ec29dca5edfe32f588ea68b17071c9 (diff)
downloadopenbsd-openssl_1_0_1_g.tar.gz
openbsd-openssl_1_0_1_g.tar.bz2
openbsd-openssl_1_0_1_g.zip
This commit was manufactured by cvs2git to create tag 'openssl_1_0_1_g'.openssl_1_0_1_g
Diffstat (limited to 'src/lib/libcrypto/threads/pthreads-vms.com')
-rw-r--r--src/lib/libcrypto/threads/pthreads-vms.com14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/lib/libcrypto/threads/pthreads-vms.com b/src/lib/libcrypto/threads/pthreads-vms.com
deleted file mode 100644
index 1cf92bdf57..0000000000
--- a/src/lib/libcrypto/threads/pthreads-vms.com
+++ /dev/null
@@ -1,14 +0,0 @@
1$! To compile mttest on VMS.
2$!
3$! WARNING: only tested with DEC C so far.
4$
5$ if (f$getsyi("cpu").lt.128)
6$ then
7$ arch := VAX
8$ else
9$ arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
10$ if (arch .eqs. "") then arch = "UNK"
11$ endif
12$ define/user openssl [--.include.openssl]
13$ cc/def=PTHREADS mttest.c
14$ link mttest,[--.'arch'.exe.ssl]libssl/lib,[--.'arch'.exe.crypto]libcrypto/lib