Home
last modified time | relevance | path

Searched refs:sk_SSL_COMP_free (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/sntp/libevent/sample/
H A Dhttps-client.c535 sk_SSL_COMP_free(SSL_COMP_get_compression_methods()); in main()
/freebsd/contrib/libevent/sample/
H A Dhttps-client.c535 sk_SSL_COMP_free(SSL_COMP_get_compression_methods()); in main()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h1010 #define sk_SSL_COMP_free(sk) OPENSSL_sk_free(ossl_check_SSL_COMP_sk_type(sk)) macro