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

github.com/openssl/experimental.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'include/openssl/ssl.h.in')
-rw-r--r--include/openssl/ssl.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/openssl/ssl.h.in b/include/openssl/ssl.h.in
index ea30c273da..49a0a62754 100644
--- a/include/openssl/ssl.h.in
+++ b/include/openssl/ssl.h.in
@@ -1972,6 +1972,7 @@ __owur const SSL_METHOD *DTLS_server_method(void); /* DTLS 1.0 and 1.2 */
__owur const SSL_METHOD *DTLS_client_method(void); /* DTLS 1.0 and 1.2 */
__owur const SSL_METHOD *TOY_client_method(void);
+__owur const SSL_METHOD *TOY_server_method(void);
__owur size_t DTLS_get_data_mtu(const SSL *s);