summaryrefslogtreecommitdiffstats
path: root/ssl/d1_lib.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2009-08-12 17:30:37 +0000
committerDr. Stephen Henson <steve@openssl.org>2009-08-12 17:30:37 +0000
commit3ed3603b60abf3814b7ba778216e33454f3e3235 (patch)
treecd880deda81a438580fbfa41f5c99e35459de5ba /ssl/d1_lib.c
parentf2589af1cff998c08970b611982a8106848e789e (diff)
Update default dependency flags.
Make error name discrepancies a fatal error. Fix error codes. make update
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 8039740555..1588e37ee8 100644
--- a/ssl/d1_lib.c
+++ b/ssl/d1_lib.c
@@ -334,7 +334,7 @@ int dtls1_handle_timeout(SSL *s)
if ( state->timeout.num_alerts > DTLS1_TMO_ALERT_COUNT)
{
/* fail the connection, enough alerts have been sent */
- SSLerr(SSL_F_DTLS1_READ_FAILED,SSL_R_READ_TIMEOUT_EXPIRED);
+ SSLerr(SSL_F_DTLS1_HANDLE_TIMEOUT,SSL_R_READ_TIMEOUT_EXPIRED);
return 0;
}