diff options
author | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2007-06-07 02:37:32 +0000 |
commit | 5dadf34209c288b8fffba1016e6a3c9446381153 (patch) | |
tree | 2ec36232cafd0da10fffda780f08a43c97d70aad /openssl/trunk/crypto/threads/pthreads-vms.com | |
parent | 6fcf9830cfea5236faf42cc3437ed4bed06c16de (diff) |
Replace hacked OpenSSL code with OpenSSL 0.9.8e distribution.
svn path=/openssl/Makefile; revision=659
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 |