OpenVPN
|
#include <openssl/ssl.h>
#include <openssl/err.h>
Go to the source code of this file.
Data Structures | |
struct | tls_root_ctx |
Structure that wraps the TLS context. More... | |
struct | key_state_ssl |
Functions | |
static void | tls_clear_error (void) |
Variables | |
int | mydata_index |
Allocate space in SSL objects in which to store a struct tls_session pointer back to parent. More... | |
|
inlinestatic |
Definition at line 59 of file ssl_openssl.h.
int mydata_index |
Allocate space in SSL objects in which to store a struct tls_session pointer back to parent.
Definition at line 82 of file ssl_openssl.c.
Referenced by key_state_ssl_init(), tls_init_lib(), and verify_callback().