ngtcp2_crypto_ossl_ctx_get_ssl¶
Synopsis¶
#include <ngtcp2/ngtcp2_crypto_ossl.h>
-
SSL *
ngtcp2_crypto_ossl_ctx_get_ssl(ngtcp2_crypto_ossl_ctx *ctx)¶ ngtcp2_crypto_ossl_ctx_get_ssl()returnsSSLobject set to ctx. If the object has not been set, this function returns NULL.