From: Nils Larsch Date: Wed, 27 Jul 2005 20:20:53 +0000 (+0000) Subject: remove unused variable X-Git-Tag: OpenSSL_0_9_8k^2~1884 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=01039d0bffacfc27397f52a2c41a3d796c005645;p=oweals%2Fopenssl.git 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)