1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Added p_hw_data to ssl_context for context specific hardware acceleration data

This commit is contained in:
Paul Bakker
2012-11-20 13:50:22 +01:00
parent 1492633e54
commit e667c98fb1
2 changed files with 6 additions and 0 deletions

View File

@@ -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