From: Kurt Cancemi Date: Sun, 31 Aug 2014 22:18:21 +0000 (-0400) Subject: RT3508: Remove unused variable introduced by b09eb24 X-Git-Tag: master-post-reformat~421 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=b0426a0f8c6ce7656411b037e0c45465320cb325;hp=3aba132d61baeecffb9a6f8da7d0809352cbfb2d RT3508: Remove unused variable introduced by b09eb24 Reviewed-by: Tim Hudson --- diff --git a/crypto/asn1/t_req.c b/crypto/asn1/t_req.c index 45348a7381..5d03db7a11 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;