
ngtcp2_crypto_ossl_ctx_get_ssl
==============================

Synopsis
--------

*#include <ngtcp2/ngtcp2_crypto_ossl.h>*

.. function:: SSL *ngtcp2_crypto_ossl_ctx_get_ssl(ngtcp2_crypto_ossl_ctx *ctx)

    
    `ngtcp2_crypto_ossl_ctx_get_ssl` returns ``SSL`` object set to
    *ctx*.  If the object has not been set, this function returns NULL.
