RT3508: Remove unused variable introduced by b09eb24

Reviewed-by: Tim Hudson <tjh@openssl.org>
This commit is contained in:
Kurt Cancemi 2014-08-31 18:18:21 -04:00 committed by Rich Salz
parent 3aba132d61
commit b0426a0f8c

View File

@ -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;