For VMS, implement the possibility to choose 64-bit pointers with
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Mar 2011 09:40:18 +0000 (09:40 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Mar 2011 09:40:18 +0000 (09:40 +0000)
commitf819147028b01459c0ad28d623a380bdb95656ca
tree32a20e9675b6fed0256c78f7e3a4822e0a624572
parenta530963f05c4f7f30b36f040b2fb78b450b1871f
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/ssl-lib.com
test/maketests.com