From b8e8ccdc791e035473c710649fb3e67847c365ff Mon Sep 17 00:00:00 2001 From: Ben Laurie Date: Sun, 21 Aug 2005 15:59:10 +0000 Subject: Fix warning. --- apps/rsa.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/rsa.c') 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) -- cgit v1.2.3