summaryrefslogtreecommitdiff
path: root/src/lib/libssl/ssl.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libssl/ssl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h
index ba5241850f..d440e0ccef 100644
--- a/src/lib/libssl/ssl.h
+++ b/src/lib/libssl/ssl.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ssl.h,v 1.162 2018/11/11 06:58:14 tb Exp $ */ 1/* $OpenBSD: ssl.h,v 1.163 2019/01/22 01:12:18 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -1437,6 +1437,7 @@ const SSL_METHOD *DTLSv1_server_method(void); /* DTLSv1.0 */
1437const SSL_METHOD *DTLSv1_client_method(void); /* DTLSv1.0 */ 1437const SSL_METHOD *DTLSv1_client_method(void); /* DTLSv1.0 */
1438 1438
1439STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); 1439STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s);
1440STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s);
1440 1441
1441int SSL_do_handshake(SSL *s); 1442int SSL_do_handshake(SSL *s);
1442int SSL_renegotiate(SSL *s); 1443int SSL_renegotiate(SSL *s);