diff options
Diffstat (limited to 'src/lib/libssl/d1_lib.c')
-rw-r--r-- | src/lib/libssl/d1_lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libssl/d1_lib.c b/src/lib/libssl/d1_lib.c index 66895a361f..6d9959ff43 100644 --- a/src/lib/libssl/d1_lib.c +++ b/src/lib/libssl/d1_lib.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: d1_lib.c,v 1.56 2021/06/19 16:52:47 jsing Exp $ */ | 1 | /* $OpenBSD: d1_lib.c,v 1.57 2021/07/01 17:53:39 jsing Exp $ */ |
2 | /* | 2 | /* |
3 | * DTLS implementation written by Nagendra Modadugu | 3 | * DTLS implementation written by Nagendra Modadugu |
4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. | 4 | * (nagendra@cs.stanford.edu) for the OpenSSL project 2005. |
@@ -100,7 +100,7 @@ dtls1_new(SSL *s) | |||
100 | if (s->server) | 100 | if (s->server) |
101 | s->d1->internal->cookie_len = sizeof(D1I(s)->cookie); | 101 | s->d1->internal->cookie_len = sizeof(D1I(s)->cookie); |
102 | 102 | ||
103 | s->method->internal->ssl_clear(s); | 103 | s->method->ssl_clear(s); |
104 | return (1); | 104 | return (1); |
105 | 105 | ||
106 | err: | 106 | err: |