Variables on the stack must be initialized or we can't depend on any
authorRichard Levitte <levitte@openssl.org>
Mon, 11 Nov 2002 21:34:37 +0000 (21:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Nov 2002 21:34:37 +0000 (21:34 +0000)
commit3baca7eedd75bcca2b1b3a1729e2db7b0840cbe6
treeb8a626dcfe711057b1d9dfaf6e693f205caeba39
parent1dc179b4f4ea51d120aa3fcc813192dd623ca79c
Variables on the stack must be initialized or we can't depend on any
initial value.  For errline/errorline, we did depend on that, erroneously
apps/req.c
apps/x509.c