mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Support get_ssl_ctx callback for client
This commit is contained in:
parent
821ffbba11
commit
21bcad8707
6 changed files with 41 additions and 29 deletions
|
@ -317,7 +317,7 @@ Other required engine callbacks are a set of stream and connection callbacks tha
|
|||
/* --- 8< --- snip --- 8< --- */
|
||||
.ea_stream_if = &stream_callbacks,
|
||||
.ea_stream_if_ctx = &some_context,
|
||||
.ea_get_ssl_ctx = get_ssl_ctx, /* Server only */
|
||||
.ea_get_ssl_ctx = get_ssl_ctx,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue