]> granicus.if.org Git - openssl/commit
* 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:41 +0000 (13:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Sun, 20 Mar 2011 13:15:41 +0000 (13:15 +0000)
commit0674370017cb0f9f2789a72d4ce69d1d17f19d22
treefc72b48698c0a2d5c5cd23cb4d69717b348f0f76
parent2f91cb2c5eb439283adeaf6441381cc3dc9a2504
* 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