diff options
author | Ben Laurie <ben@openssl.org> | 2005-08-21 17:59:10 +0200 |
---|---|---|
committer | Ben Laurie <ben@openssl.org> | 2005-08-21 17:59:10 +0200 |
commit | b8e8ccdc791e035473c710649fb3e67847c365ff (patch) | |
tree | f41af3e63f4928ee9d044947f7a19caed92b9bfd /apps/rsa.c | |
parent | Use correct date and filename. (diff) | |
download | openssl-b8e8ccdc791e035473c710649fb3e67847c365ff.tar.xz openssl-b8e8ccdc791e035473c710649fb3e67847c365ff.zip |
Fix warning.
Diffstat (limited to 'apps/rsa.c')
-rw-r--r-- | apps/rsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |