mirror of
https://gitea.invidious.io/iv-org/litespeed-quic.git
synced 2024-08-15 00:53:43 +00:00
Keep ea_get_ssl_ctx() optional for the client
This commit is contained in:
parent
21bcad8707
commit
b0dd78b841
4 changed files with 11 additions and 13 deletions
|
@ -1206,6 +1206,7 @@ struct lsquic_engine_api
|
|||
/** Function to look up certificates by SNI is used in server mode. */
|
||||
lsquic_lookup_cert_f ea_lookup_cert;
|
||||
void *ea_cert_lu_ctx;
|
||||
/** Mandatory callback for server, optional for client. */
|
||||
struct ssl_ctx_st * (*ea_get_ssl_ctx)(void *peer_ctx);
|
||||
/**
|
||||
* Shared hash interface is optional. If set to zero, performance of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue