remove unused variable

This commit is contained in:
Nils Larsch 2005-07-27 20:20:53 +00:00
parent c755c5fd8b
commit 01039d0bff

View file

@ -733,7 +733,7 @@ int DSAparams_print_fp(FILE *fp, const DSA *x)
int DSAparams_print(BIO *bp, const DSA *x) int DSAparams_print(BIO *bp, const DSA *x)
{ {
unsigned char *m=NULL; unsigned char *m=NULL;
int reason=ERR_R_BUF_LIB,ret=0; int ret=0;
size_t buf_len=0,i; size_t buf_len=0,i;
if (x->p) if (x->p)