diff options
author | Kurt Cancemi <kurt@x64Architecture.com> | 2014-09-01 00:18:21 +0200 |
---|---|---|
committer | Rich Salz <rsalz@openssl.org> | 2014-09-01 05:43:37 +0200 |
commit | b0426a0f8c6ce7656411b037e0c45465320cb325 (patch) | |
tree | b5bc6b8b3a042e74b2c45f1c15242673af0255e8 /crypto/asn1/t_req.c | |
parent | RT3511: doc fix; req default serial is random (diff) | |
download | openssl-b0426a0f8c6ce7656411b037e0c45465320cb325.tar.xz openssl-b0426a0f8c6ce7656411b037e0c45465320cb325.zip |
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.c | 1 |
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; |