projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c80410c
)
Fix warning.
author
Ben Laurie
<ben@openssl.org>
Mon, 2 Jul 2001 12:50:30 +0000
(12:50 +0000)
committer
Ben Laurie
<ben@openssl.org>
Mon, 2 Jul 2001 12:50:30 +0000
(12:50 +0000)
apps/req.c
patch
|
blob
|
history
diff --git
a/apps/req.c
b/apps/req.c
index f534e3af2060cd1ccb6f58f52b9fd45f35493f98..cc21f063c940605d1c39a7bd3487264595031013 100644
(file)
--- a/
apps/req.c
+++ b/
apps/req.c
@@
-152,7
+152,7
@@
int MAIN(int argc, char **argv)
X509 *x509ss=NULL;
X509_REQ *req=NULL;
EVP_PKEY *pkey=NULL;
- int i,badops=0,newreq=0,verbose=0,pkey_type=TYPE_RSA;
+ int i
=0
,badops=0,newreq=0,verbose=0,pkey_type=TYPE_RSA;
long newkey = -1;
BIO *in=NULL,*out=NULL;
int informat,outformat,verify=0,noout=0,text=0,keyform=FORMAT_PEM;