| BearSSL
    | 
Context structure for a SSL client. More...
#include <bearssl_ssl.h>
| Data Fields | |
| br_ssl_engine_context | eng | 
| The encapsulated engine context. | |
Context structure for a SSL client.
The first field (called eng) is the SSL engine; all functions that work on a br_ssl_engine_context structure shall take as parameter a pointer to that field. The other structure fields are opaque and must not be accessed directly. 
| br_ssl_engine_context br_ssl_client_context::eng | 
The encapsulated engine context.