From 01039d0bffacfc27397f52a2c41a3d796c005645 Mon Sep 17 00:00:00 2001 From: Nils Larsch Date: Wed, 27 Jul 2005 20:20:53 +0000 Subject: [PATCH] remove unused variable --- crypto/asn1/t_pkey.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/asn1/t_pkey.c b/crypto/asn1/t_pkey.c index 296033d553..f8821614a0 100644 --- a/crypto/asn1/t_pkey.c +++ b/crypto/asn1/t_pkey.c @@ -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) -- 2.25.1