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:
f9a2593
)
gcc claims this is a shadow, though I can't find what it is shadowing...
author
Ben Laurie
<ben@openssl.org>
Mon, 12 Apr 1999 17:17:39 +0000
(17:17 +0000)
committer
Ben Laurie
<ben@openssl.org>
Mon, 12 Apr 1999 17:17:39 +0000
(17:17 +0000)
apps/ca.c
patch
|
blob
|
history
diff --git
a/apps/ca.c
b/apps/ca.c
index 6c060ce02e246e322af581f74351c99f779bc515..738c7dbe4661ffa096657ee7a856a3f249e3e2c9 100644
(file)
--- a/
apps/ca.c
+++ b/
apps/ca.c
@@
-223,7
+223,7
@@
char **argv;
int req=0;
int verbose=0;
int gencrl=0;
- int revoke=0;
+ int
do
revoke=0;
long crldays=0;
long crlhours=0;
long errorline= -1;
@@
-388,7
+388,7
@@
EF_ALIGNMENT=0;
{
if (--argc < 1) goto bad;
infile= *(++argv);
- revoke=1;
+
do
revoke=1;
}
else
{
@@
-1088,7
+1088,7
@@
bad:
PEM_write_bio_X509_CRL(Sout,crl);
}
/*****************************************************************/
- if (revoke)
+ if (
do
revoke)
{
in=BIO_new(BIO_s_file());
out=BIO_new(BIO_s_file());