aboutsummaryrefslogtreecommitdiffstats
path: root/ssl
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2012-11-26 15:47:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2012-11-26 15:47:32 +0000
commit93c2c9befc1fe2e4685a4e3d3979511a8e99bfb4 (patch)
tree8a65b5ee6e63ed2ac9c87017c8ee08bb9e52b51d /ssl
parentd900c0ae149c55515c366ffce813b86d248eb752 (diff)
downloadopenssl-93c2c9befc1fe2e4685a4e3d3979511a8e99bfb4.tar.gz
change inaccurate error message
Diffstat (limited to 'ssl')
-rw-r--r--ssl/s3_srvr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/s3_srvr.c b/ssl/s3_srvr.c
index 3f0c1efb7c..75abebb22f 100644
--- a/ssl/s3_srvr.c
+++ b/ssl/s3_srvr.c
@@ -3348,7 +3348,7 @@ int ssl3_get_client_certificate(SSL *s)
if (i <= 0)
{
al=ssl_verify_alarm_type(s->verify_result);
- SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_NO_CERTIFICATE_RETURNED);
+ SSLerr(SSL_F_SSL3_GET_CLIENT_CERTIFICATE,SSL_R_CERTIFICATE_VERIFY_FAILED);
goto f_err;
}
}