mirror of
https://github.com/openssl/openssl.git
synced 2024-11-27 05:21:51 +08:00
remove unused variable
This commit is contained in:
parent
c755c5fd8b
commit
01039d0bff
@ -733,7 +733,7 @@ int DSAparams_print_fp(FILE *fp, const DSA *x)
|
||||
int DSAparams_print(BIO *bp, const DSA *x)
|
||||
{
|
||||
unsigned char *m=NULL;
|
||||
int reason=ERR_R_BUF_LIB,ret=0;
|
||||
int ret=0;
|
||||
size_t buf_len=0,i;
|
||||
|
||||
if (x->p)
|
||||
|
Loading…
Reference in New Issue
Block a user