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:21 +0000 (21:34 +0000)
committerRichard Levitte <levitte@openssl.org>
Mon, 11 Nov 2002 21:34:21 +0000 (21:34 +0000)
commit06b7c8d5baa8be9300b5a038f4d967c06a3a73f9
treefd4f739b3849703d244e966b04f1b1187095deee
parent6722b62b36436e4a4ee029c9ea8974cd175adf72
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