mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
Fix warning.
This commit is contained in:
parent
a95bbadb57
commit
d16765919d
@ -268,7 +268,7 @@ static void xtstest(FILE *in, FILE *out)
|
||||
char buf[204800];
|
||||
char lbuf[204800];
|
||||
char *keyword, *value;
|
||||
int inlen;
|
||||
int inlen = 0;
|
||||
int encrypt = 0;
|
||||
int rv;
|
||||
long l;
|
||||
|
Loading…
Reference in New Issue
Block a user