From: Ben Laurie Date: Sun, 21 Aug 2005 15:59:10 +0000 (+0000) Subject: Fix warning. X-Git-Tag: OpenSSL_0_9_8k^2~1846 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=b8e8ccdc791e035473c710649fb3e67847c365ff;p=oweals%2Fopenssl.git Fix warning. --- diff --git a/apps/rsa.c b/apps/rsa.c index 9709489b13..32d6da6dc1 100644 --- a/apps/rsa.c +++ b/apps/rsa.c @@ -251,7 +251,7 @@ bad: if (pubin) { - int tmpformat; + int tmpformat=-1; if (pubin == 2) { if (informat == FORMAT_PEM)