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:
f4bdbfe
)
Remove unused variables.
author
Ben Laurie
<ben@openssl.org>
Sun, 24 Sep 2000 19:25:10 +0000
(19:25 +0000)
committer
Ben Laurie
<ben@openssl.org>
Sun, 24 Sep 2000 19:25:10 +0000
(19:25 +0000)
apps/dsaparam.c
patch
|
blob
|
history
diff --git
a/apps/dsaparam.c
b/apps/dsaparam.c
index 67f054c6455d57c9c23522e4af633acc6eb6e9a7..8d0150b64cbaa7fbc6f3b3b931dd13694ad4690f 100644
(file)
--- a/
apps/dsaparam.c
+++ b/
apps/dsaparam.c
@@
-91,12
+91,11
@@
int MAIN(int, char **);
int MAIN(int argc, char **argv)
{
- ENGINE *e = NULL;
DSA *dsa=NULL;
int i,badops=0,text=0;
BIO *in=NULL,*out=NULL;
int informat,outformat,noout=0,C=0,ret=1;
- char *infile,*outfile,*prog,*inrand=NULL
,*engine=NULL
;
+ char *infile,*outfile,*prog,*inrand=NULL;
int numbits= -1,num,genkey=0;
int need_rand=0;