aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/openssl/ssl/d1_lib.c
diff options
context:
space:
mode:
authorheretic <heretic@yandex-team.ru>2022-02-10 16:45:43 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:45:43 +0300
commit397cbe258b9e064f49c4ca575279f02f39fef76e (patch)
treea0b0eb3cca6a14e4e8ea715393637672fa651284 /contrib/libs/openssl/ssl/d1_lib.c
parent43f5a35593ebc9f6bcea619bb170394ea7ae468e (diff)
downloadydb-397cbe258b9e064f49c4ca575279f02f39fef76e.tar.gz
Restoring authorship annotation for <heretic@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'contrib/libs/openssl/ssl/d1_lib.c')
-rw-r--r--contrib/libs/openssl/ssl/d1_lib.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/contrib/libs/openssl/ssl/d1_lib.c b/contrib/libs/openssl/ssl/d1_lib.c
index 05b85c1078..f25708817f 100644
--- a/contrib/libs/openssl/ssl/d1_lib.c
+++ b/contrib/libs/openssl/ssl/d1_lib.c
@@ -1,5 +1,5 @@
/*
- * Copyright 2005-2021 The OpenSSL Project Authors. All Rights Reserved.
+ * Copyright 2005-2021 The OpenSSL Project Authors. All Rights Reserved.
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
@@ -142,11 +142,11 @@ void dtls1_free(SSL *s)
ssl3_free(s);
- if (s->d1 != NULL) {
- dtls1_clear_queues(s);
- pqueue_free(s->d1->buffered_messages);
- pqueue_free(s->d1->sent_messages);
- }
+ if (s->d1 != NULL) {
+ dtls1_clear_queues(s);
+ pqueue_free(s->d1->buffered_messages);
+ pqueue_free(s->d1->sent_messages);
+ }
OPENSSL_free(s->d1);
s->d1 = NULL;
@@ -342,7 +342,7 @@ int dtls1_is_timer_expired(SSL *s)
return 1;
}
-static void dtls1_double_timeout(SSL *s)
+static void dtls1_double_timeout(SSL *s)
{
s->d1->timeout_duration_us *= 2;
if (s->d1->timeout_duration_us > 60000000)