summaryrefslogtreecommitdiffstats
path: root/crypto/asn1/t_req.c
diff options
context:
space:
mode:
authorKurt Cancemi <kurt@x64Architecture.com>2014-08-31 18:18:21 -0400
committerRich Salz <rsalz@openssl.org>2014-08-31 23:43:37 -0400
commitb0426a0f8c6ce7656411b037e0c45465320cb325 (patch)
treeb5bc6b8b3a042e74b2c45f1c15242673af0255e8 /crypto/asn1/t_req.c
parent3aba132d61baeecffb9a6f8da7d0809352cbfb2d (diff)
RT3508: Remove unused variable introduced by b09eb24
Reviewed-by: Tim Hudson <tjh@openssl.org>
Diffstat (limited to 'crypto/asn1/t_req.c')
-rw-r--r--crypto/asn1/t_req.c1
1 files changed, 0 insertions, 1 deletions
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;