summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2012-04-19 11:55:25 -0700
committerBrian Carlstrom <bdc@google.com>2012-04-20 11:12:03 -0700
commita1a5710c055e139ea00e785f9eb55b3af3e4dab1 (patch)
tree7dca5068c195598297266f549b2d4948c1aaedce /ssl/d1_lib.c
parent8dc607f5fdfe0293d04050de758484fc0d22833d (diff)
downloadreplicant_openssl-a1a5710c055e139ea00e785f9eb55b3af3e4dab1.zip
replicant_openssl-a1a5710c055e139ea00e785f9eb55b3af3e4dab1.tar.gz
replicant_openssl-a1a5710c055e139ea00e785f9eb55b3af3e4dab1.tar.bz2
openssl-1.0.1a upgrade
Bug: 6366068 Change-Id: I0b6ec75b5c2a8f082b4b0fe6db2697d24f2f9b00
Diffstat (limited to 'ssl/d1_lib.c')
-rw-r--r--ssl/d1_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_lib.c b/ssl/d1_lib.c
index 56f6253..f61f718 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -412,7 +412,7 @@ int dtls1_check_timeout_num(SSL *s)
if (s->d1->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT)
{
/* fail the connection, enough alerts have been sent */
- SSLerr(SSL_F_DTLS1_HANDLE_TIMEOUT,SSL_R_READ_TIMEOUT_EXPIRED);
+ SSLerr(SSL_F_DTLS1_CHECK_TIMEOUT_NUM,SSL_R_READ_TIMEOUT_EXPIRED);
return -1;
}