ec_ssl_ctx_from_event
Last updated March 2020
Name
ec_ssl_ctx_from_event — Get an SSL context from an event
Synopsis
#include "ec_ssl.h"
| ec_ssl_ctx * **ec_ssl_ctx_from_event** (
| e)
; | |
Description
Get an SSL context from an event.
- e
-
The Event.
On success this function returns an ec_ssl_ctx struct; on failure, NULL
is returned.
It is legal to call this function in the Scheduler
thread.
See Also
“ec_ssl_ctx” and “Event”
Was this page helpful?