提交 a36a1a51 编写于 作者: B Ben Laurie

gcc claims this is a shadow, though I can't find what it is shadowing...

上级 f9a25931
...@@ -223,7 +223,7 @@ char **argv; ...@@ -223,7 +223,7 @@ char **argv;
int req=0; int req=0;
int verbose=0; int verbose=0;
int gencrl=0; int gencrl=0;
int revoke=0; int dorevoke=0;
long crldays=0; long crldays=0;
long crlhours=0; long crlhours=0;
long errorline= -1; long errorline= -1;
...@@ -388,7 +388,7 @@ EF_ALIGNMENT=0; ...@@ -388,7 +388,7 @@ EF_ALIGNMENT=0;
{ {
if (--argc < 1) goto bad; if (--argc < 1) goto bad;
infile= *(++argv); infile= *(++argv);
revoke=1; dorevoke=1;
} }
else else
{ {
...@@ -1088,7 +1088,7 @@ bad: ...@@ -1088,7 +1088,7 @@ bad:
PEM_write_bio_X509_CRL(Sout,crl); PEM_write_bio_X509_CRL(Sout,crl);
} }
/*****************************************************************/ /*****************************************************************/
if (revoke) if (dorevoke)
{ {
in=BIO_new(BIO_s_file()); in=BIO_new(BIO_s_file());
out=BIO_new(BIO_s_file()); out=BIO_new(BIO_s_file());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册