ngtcp2_crypto_ossl_free ======================= Synopsis -------- *#include * .. function:: void ngtcp2_crypto_ossl_free(void) `ngtcp2_crypto_ossl_free` frees the resources allocated by `ngtcp2_crypto_ossl_init`. It is safe to call this function even if `ngtcp2_crypto_ossl_init` fails or is not called at all. This function might be useful to make some leak detection tools happy. .. version-added:: 1.24.0