commit | a1a5710c055e139ea00e785f9eb55b3af3e4dab1 | [log] [tgz] |
---|---|---|
author | Brian Carlstrom <bdc@google.com> | Thu Apr 19 11:55:25 2012 -0700 |
committer | Brian Carlstrom <bdc@google.com> | Fri Apr 20 11:12:03 2012 -0700 |
tree | 7dca5068c195598297266f549b2d4948c1aaedce | |
parent | 8dc607f5fdfe0293d04050de758484fc0d22833d [diff] [blame] |
openssl-1.0.1a upgrade Bug: 6366068 Change-Id: I0b6ec75b5c2a8f082b4b0fe6db2697d24f2f9b00
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 @@ 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; }