diff options
| author | jsing <> | 2018-02-22 17:27:07 +0000 |
|---|---|---|
| committer | jsing <> | 2018-02-22 17:27:07 +0000 |
| commit | 98857f6afd402959661aaa412234b6a8d4d84266 (patch) | |
| tree | 58c5691a4893640f4d737caa5cd97369ff3df093 /src/lib/libssl/ssl.h | |
| parent | 8059aafd07cd6714994f81301be64fc47ef390c6 (diff) | |
| download | openbsd-98857f6afd402959661aaa412234b6a8d4d84266.tar.gz openbsd-98857f6afd402959661aaa412234b6a8d4d84266.tar.bz2 openbsd-98857f6afd402959661aaa412234b6a8d4d84266.zip | |
Provide SSL_CTX_get_ciphers().
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 c24c729bb2..7756a71230 100644 --- a/src/lib/libssl/ssl.h +++ b/src/lib/libssl/ssl.h | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: ssl.h,v 1.142 2018/02/22 17:25:18 jsing Exp $ */ | 1 | /* $OpenBSD: ssl.h,v 1.143 2018/02/22 17:27:07 jsing 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 | * |
| @@ -1207,6 +1207,7 @@ BIO *BIO_new_buffer_ssl_connect(SSL_CTX *ctx); | |||
| 1207 | int BIO_ssl_copy_session_id(BIO *to, BIO *from); | 1207 | int BIO_ssl_copy_session_id(BIO *to, BIO *from); |
| 1208 | void BIO_ssl_shutdown(BIO *ssl_bio); | 1208 | void BIO_ssl_shutdown(BIO *ssl_bio); |
| 1209 | 1209 | ||
| 1210 | STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx); | ||
| 1210 | int SSL_CTX_set_cipher_list(SSL_CTX *, const char *str); | 1211 | int SSL_CTX_set_cipher_list(SSL_CTX *, const char *str); |
| 1211 | SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); | 1212 | SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth); |
| 1212 | void SSL_CTX_free(SSL_CTX *); | 1213 | void SSL_CTX_free(SSL_CTX *); |
