Submitted by: Doug Goldstein <cardoe@gentoo.org>, Steve.

Make no-dsa, no-ecdsa and no-rsa compile again.
This commit is contained in:
Dr. Stephen Henson
2010-02-02 13:36:05 +00:00
parent 868f5e44ca
commit 8b354e776b
3 changed files with 6 additions and 2 deletions

View File

@@ -2668,9 +2668,7 @@ int ssl3_send_client_verify(SSL *s)
unsigned u=0;
#endif
unsigned long n;
#if !defined(OPENSSL_NO_DSA) || !defined(OPENSSL_NO_ECDSA)
int j;
#endif
if (s->state == SSL3_ST_CW_CERT_VRFY_A)
{