From 87f37bc5a305e6a68ef232be580350588e300fcc Mon Sep 17 00:00:00 2001 From: Juan Linietsky Date: Mon, 28 Apr 2014 21:56:43 -0300 Subject: -Added OpenSSL and HTTPS support -Built-in version of the library for Windows, Android and iOS (other OSs use system one) -Small fixes all around --- drivers/builtin_openssl/crypto/threads/pthreads-vms.com | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 drivers/builtin_openssl/crypto/threads/pthreads-vms.com (limited to 'drivers/builtin_openssl/crypto/threads/pthreads-vms.com') diff --git a/drivers/builtin_openssl/crypto/threads/pthreads-vms.com b/drivers/builtin_openssl/crypto/threads/pthreads-vms.com new file mode 100644 index 0000000000..1cf92bdf57 --- /dev/null +++ b/drivers/builtin_openssl/crypto/threads/pthreads-vms.com @@ -0,0 +1,14 @@ +$! 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 -- cgit v1.2.3