X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;f=crypto%2Fasn1%2Ft_pkey.c;h=f8821614a0ae560ad78f14fb871c4f62b2abb994;hb=01039d0bffacfc27397f52a2c41a3d796c005645;hp=296033d55322328031d331d56695e773409866f9;hpb=c755c5fd8ba5771691451e9d1b163544fdadb7ec;p=openssl.git 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)