Hello, The following patch removes an unused variable introduced by b09eb24, this also fixes the build with -Werror.
>From 6e347fded0c050f4049e5bcbc2647bfdb742c48f Mon Sep 17 00:00:00 2001 From: Kurt Cancemi <[email protected]> Date: Thu, 28 Aug 2014 21:43:04 -0400 Subject: [PATCH] Remove unused variable introduced by b09eb24. --- crypto/asn1/t_req.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/asn1/t_req.c b/crypto/asn1/t_req.c index 45348a7..5d03db7 100644 --- a/crypto/asn1/t_req.c +++ b/crypto/asn1/t_req.c @@ -92,7 +92,6 @@ int X509_REQ_print_ex(BIO *bp, X509_REQ *x, unsigned long nmflags, unsigned long { long l; int i; - const char *neg; X509_REQ_INFO *ri; EVP_PKEY *pkey; STACK_OF(X509_ATTRIBUTE) *sk; -- 2.1.0 --- Kurt Cancemi https://www.x64architecture.com ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
