* 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:37 +0000 (13:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Mar 2011 13:15:37 +0000 (13:15 +0000)
commit9d57828d66fb86d4e0989862c9c04188c45bb527
tree05d1f527ac741190b4df06b5309680160ceb9b70
parent9ed8dee71b5d078924e585d46cee8481ce050e4a
* 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