For VMS, implement the possibility to choose 64-bit pointers with
authorRichard Levitte <levitte@openssl.org>
Fri, 25 Mar 2011 09:39:46 +0000 (09:39 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 25 Mar 2011 09:39:46 +0000 (09:39 +0000)
commitd135906dbcab367f968d7989233884f554d42945
treed04bfc5cf84e971c6e08f785e14007039a217eac
parent9f427a52cb1b95b9fd987599ea766458c0f022b8
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