mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-03-07 16:46:27 +00:00
Added p_hw_data to ssl_context for context specific hardware acceleration data
This commit is contained in:
@@ -415,6 +415,7 @@ struct _ssl_context
|
||||
void *p_get_cache; /*!< context for cache retrieval */
|
||||
void *p_set_cache; /*!< context for cache store */
|
||||
void *p_sni; /*!< context for SNI extension */
|
||||
void *p_hw_data; /*!< context for HW acceleration */
|
||||
|
||||
/*
|
||||
* Session layer
|
||||
|
||||
Reference in New Issue
Block a user