Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-05-05 16:44:18 +0300
committerAdam Langley <agl@google.com>2015-05-07 01:11:05 +0300
commit8c24980d833221df8be36ff43e058bea00c19dd8 (patch)
treea366ae448eecfa05c7a71f98bab0e52f42504df5 /ssl/d1_both.c
parent59015c365b53a855513aaf5f9ff4597df9157ac0 (diff)
Promote all dtls1_ctrl hooks to functions.
BUG=404754 Change-Id: I5f11485fbafa07cddcf2612e2f616f90bf7c722d Reviewed-on: https://boringssl-review.googlesource.com/4554 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'ssl/d1_both.c')
-rw-r--r--ssl/d1_both.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl/d1_both.c b/ssl/d1_both.c
index 85b0af9c..6ce508fa 100644
--- a/ssl/d1_both.c
+++ b/ssl/d1_both.c
@@ -711,7 +711,7 @@ int dtls1_read_failed(SSL *s, int code) {
return code;
}
- return dtls1_handle_timeout(s);
+ return DTLSv1_handle_timeout(s);
}
int dtls1_get_queue_priority(unsigned short seq, int is_ccs) {