summaryrefslogtreecommitdiffstats
path: root/ssl/s3_clnt.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2010-02-02 13:36:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2010-02-02 13:36:05 +0000
commit8b354e776bd67de9a0585c9cd00645a8e10c6f89 (patch)
treeaa2046a78b902060f8e10b68705f8c3ff89fe39a /ssl/s3_clnt.c
parent868f5e44ca56ea55d2072b354eecd65f99ada2fa (diff)
PR: 2161
Submitted by: Doug Goldstein <cardoe@gentoo.org>, Steve. Make no-dsa, no-ecdsa and no-rsa compile again.
Diffstat (limited to 'ssl/s3_clnt.c')
-rw-r--r--ssl/s3_clnt.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ssl/s3_clnt.c b/ssl/s3_clnt.c
index 44b698cc5f..f84b9de055 100644
--- a/ssl/s3_clnt.c
+++ b/ssl/s3_clnt.c
@@ -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)
{