From: Nils Larsch Date: Wed, 27 Jul 2005 20:19:51 +0000 (+0000) Subject: remove unused variable X-Git-Tag: OpenSSL_0_9_8a~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=104a66f2568e88da0f349844285f94a8efb82202;p=openssl remove unused variable --- 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)