diff options
Diffstat (limited to 'src/lib/libssl/ssl.h')
-rw-r--r-- | src/lib/libssl/ssl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/libssl/ssl.h b/src/lib/libssl/ssl.h index d440e0ccef..e6ac7689da 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ssl.h,v 1.163 2019/01/22 01:12:18 tb Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.164 2019/01/22 01:15:37 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 | * |
@@ -1438,6 +1438,7 @@ const SSL_METHOD *DTLSv1_client_method(void); /* DTLSv1.0 */ | |||
1438 | 1438 | ||
1439 | STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); | 1439 | STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s); |
1440 | STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s); | 1440 | STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s); |
1441 | STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s); | ||
1441 | 1442 | ||
1442 | int SSL_do_handshake(SSL *s); | 1443 | int SSL_do_handshake(SSL *s); |
1443 | int SSL_renegotiate(SSL *s); | 1444 | int SSL_renegotiate(SSL *s); |