diff options
Diffstat (limited to 'src/lib/libssl/ssl_tlsext.h')
-rw-r--r-- | src/lib/libssl/ssl_tlsext.h | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/src/lib/libssl/ssl_tlsext.h b/src/lib/libssl/ssl_tlsext.h index 8472a8058b..e82be579d0 100644 --- a/src/lib/libssl/ssl_tlsext.h +++ b/src/lib/libssl/ssl_tlsext.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl_tlsext.h,v 1.18 2019/01/23 16:46:04 beck Exp $ */ | 1 | /* $OpenBSD: ssl_tlsext.h,v 1.19 2019/01/23 18:24:40 beck Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2016, 2017 Joel Sing <jsing@openbsd.org> |
4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> | 4 | * Copyright (c) 2017 Doug Hogan <doug@openbsd.org> |
@@ -101,13 +101,6 @@ int tlsext_keyshare_server_needs(SSL *s); | |||
101 | int tlsext_keyshare_server_build(SSL *s, CBB *cbb); | 101 | int tlsext_keyshare_server_build(SSL *s, CBB *cbb); |
102 | int tlsext_keyshare_server_parse(SSL *s, CBS *cbs, int *alert); | 102 | int tlsext_keyshare_server_parse(SSL *s, CBS *cbs, int *alert); |
103 | 103 | ||
104 | int tlsext_cookie_client_needs(SSL *s); | ||
105 | int tlsext_cookie_client_build(SSL *s, CBB *cbb); | ||
106 | int tlsext_cookie_client_parse(SSL *s, CBS *cbs, int *alert); | ||
107 | int tlsext_cookie_server_needs(SSL *s); | ||
108 | int tlsext_cookie_server_build(SSL *s, CBB *cbb); | ||
109 | int tlsext_cookie_server_parse(SSL *s, CBS *cbs, int *alert); | ||
110 | |||
111 | #ifndef OPENSSL_NO_SRTP | 104 | #ifndef OPENSSL_NO_SRTP |
112 | int tlsext_srtp_client_needs(SSL *s); | 105 | int tlsext_srtp_client_needs(SSL *s); |
113 | int tlsext_srtp_client_build(SSL *s, CBB *cbb); | 106 | int tlsext_srtp_client_build(SSL *s, CBB *cbb); |
@@ -123,7 +116,6 @@ int tlsext_client_parse(SSL *s, CBS *cbs, int *alert, uint16_t msg_type); | |||
123 | int tlsext_server_build(SSL *s, CBB *cbb, uint16_t msg_type); | 116 | int tlsext_server_build(SSL *s, CBB *cbb, uint16_t msg_type); |
124 | int tlsext_server_parse(SSL *s, CBS *cbs, int *alert, uint16_t msg_type); | 117 | int tlsext_server_parse(SSL *s, CBS *cbs, int *alert, uint16_t msg_type); |
125 | 118 | ||
126 | struct tls_extension *tls_extension_find(uint16_t, size_t *); | ||
127 | __END_HIDDEN_DECLS | 119 | __END_HIDDEN_DECLS |
128 | 120 | ||
129 | #endif | 121 | #endif |