For VMS, implement the possibility to choose 64-bit pointers with
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Mar 2011 09:40:48 +0000 (09:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Mar 2011 09:40:48 +0000 (09:40 +0000)
commit4ec3e8ca510b411bde2353ede05ed19fe3372eaa
treedddb3b6edff57ec3566b01cf96176b7bf2b25f84
parent5d0137aa1412bded5ee36624306a2f025c1f7918
For VMS, implement the possibility to choose 64-bit pointers with
different options:
"64" The build system will choose /POINTER_SIZE=64=ARGV if
the compiler supports it, otherwise /POINTER_SIZE=64.
"64=" The build system will force /POINTER_SIZE=64.
"64=ARGV" The build system will force /POINTER_SIZE=64=ARGV.
VMS/mkshared.com
apps/makeapps.com
apps/openssl.c
crypto/crypto-lib.com
engines/makeengines.com
makevms.com
ssl/dtls1.h
ssl/ssl-lib.com
test/maketests.com