Added SSL/TLS support on connection level.
This commit is contained in:
@@ -28,6 +28,10 @@ struct nxt_runtime_s {
|
||||
|
||||
nxt_file_name_t *pid_file;
|
||||
|
||||
#if (NXT_TLS)
|
||||
const nxt_tls_lib_t *tls;
|
||||
#endif
|
||||
|
||||
nxt_array_t *thread_pools; /* of nxt_thread_pool_t */
|
||||
nxt_runtime_cont_t continuation;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user