* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,
authorRichard Levitte <levitte@openssl.org>
Sun, 20 Mar 2011 13:15:33 +0000 (13:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Mar 2011 13:15:33 +0000 (13:15 +0000)
commit8ecef24a6607fef55101bdc06bddf1fe2a2e4c51
tree2dbd175d2f5b0e907ad6f82ea21e25b23633a123
parent3d62b1f22d1c1dcb42f493b141abc0fc017286a3
* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,
  directly in main().  'if needed' also includes when argv is a 32 bit
  pointer in an otherwise 64 bit environment.
* apps/makeapps.com: When using /POINTER_SIZE=64, try to use the additional
  =ARGV, but only if it's supported.  Fortunately, DCL is very helpful
  telling us in this case.
apps/makeapps.com
apps/openssl.c