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