Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit f73b3d2

Browse files
committed
Removing remnants of SSL_CTX_set_client_CA_list references
1 parent 75cc80a commit f73b3d2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Native/Unix/System.Security.Cryptography.Native/opensslshim.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,6 @@ void SSL_get0_alpn_selected(const SSL* ssl, const unsigned char** protocol, unsi
269269
PER_FUNCTION_BLOCK(SSL_CTX_set_alpn_select_cb, false) \
270270
PER_FUNCTION_BLOCK(SSL_CTX_set_cert_verify_callback, true) \
271271
PER_FUNCTION_BLOCK(SSL_CTX_set_cipher_list, true) \
272-
PER_FUNCTION_BLOCK(SSL_CTX_set_client_CA_list, true) \
273272
PER_FUNCTION_BLOCK(SSL_CTX_set_client_cert_cb, true) \
274273
PER_FUNCTION_BLOCK(SSL_CTX_set_quiet_shutdown, true) \
275274
PER_FUNCTION_BLOCK(SSL_CTX_set_verify, true) \
@@ -562,7 +561,6 @@ FOR_ALL_OPENSSL_FUNCTIONS
562561
#define SSL_CTX_set_alpn_select_cb SSL_CTX_set_alpn_select_cb_ptr
563562
#define SSL_CTX_set_cert_verify_callback SSL_CTX_set_cert_verify_callback_ptr
564563
#define SSL_CTX_set_cipher_list SSL_CTX_set_cipher_list_ptr
565-
#define SSL_CTX_set_client_CA_list SSL_CTX_set_client_CA_list_ptr
566564
#define SSL_CTX_set_client_cert_cb SSL_CTX_set_client_cert_cb_ptr
567565
#define SSL_CTX_set_quiet_shutdown SSL_CTX_set_quiet_shutdown_ptr
568566
#define SSL_CTX_set_verify SSL_CTX_set_verify_ptr

0 commit comments

Comments
 (0)