commit | e667c98fb1f66ed8b77b4945d36ab34206e8b5d8 | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Tue Nov 20 13:50:22 2012 +0100 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Tue Nov 20 13:50:22 2012 +0100 |
tree | aa96f277c7b46ef0da9bb13d69fc6dd34509b728 | |
parent | 1492633e54afdb4cffa5294319b1707cf631e74a [diff] |
Added p_hw_data to ssl_context for context specific hardware acceleration data
diff --git a/include/polarssl/ssl.h b/include/polarssl/ssl.h index 2020d31..bcc8428 100644 --- a/include/polarssl/ssl.h +++ b/include/polarssl/ssl.h
@@ -415,6 +415,7 @@ 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