summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authoryangyangtiantianlonglong <yangtianlong1224@163.com>2021-07-25 11:43:16 +0800
committerBenjamin Kaduk <bkaduk@akamai.com>2021-07-29 10:08:07 -0700
commitb5557666bda56ce4b9464a3dbc65e2a1fa1e482b (patch)
treea3bd1d9aec016e967cb6d1d3ba18e16128545001 /include
parentb5e2b1d8447645b296375bc69b010ac4fedb07ac (diff)
Fix dtls timeout dead code
Delete dtls timeout dead code in dtls1_handle_timeout Fix: #15559 Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Paul Dale <pauli@openssl.org> Reviewed-by: Ben Kaduk <kaduk@mit.edu> (Merged from https://github.com/openssl/openssl/pull/16151)
Diffstat (limited to 'include')
-rw-r--r--include/openssl/dtls1.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/openssl/dtls1.h b/include/openssl/dtls1.h
index 985e409725..5dc6b5419c 100644
--- a/include/openssl/dtls1.h
+++ b/include/openssl/dtls1.h
@@ -49,10 +49,6 @@ extern "C" {
# define DTLS1_AL_HEADER_LENGTH 2
-/* Timeout multipliers */
-# define DTLS1_TMO_READ_COUNT 2
-# define DTLS1_TMO_WRITE_COUNT 2
-
# define DTLS1_TMO_ALERT_COUNT 12
#ifdef __cplusplus