Sometimes, the value of the variable containing the compiler call can
authorRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2002 08:28:38 +0000 (08:28 +0000)
committerRichard Levitte <levitte@openssl.org>
Thu, 15 Aug 2002 08:28:38 +0000 (08:28 +0000)
commit265e892fede07013088e383bc630b8186c8b6e7c
tree84cb6c76702a948af851a30d425e4bd28b3e817e
parent623e9e66c0de2981420af35c9f06b2c900538d22
Sometimes, the value of the variable containing the compiler call can
become rather large.  This becomes a problem when the default 1024
character large buffer that WRITE uses isn't enough.  WRITE/SYMBOL
uses a 2048 byte large buffer instead.
apps/makeapps.com
crypto/crypto-lib.com
ssl/ssl-lib.com
test/maketests.com