Home
last modified time | relevance | path

Searched refs:sk_SSL_COMP_pop_free (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/unbound/daemon/
H A Ddaemon.c930 sk_SSL_COMP_pop_free(comp_meth, (void(*)())CRYPTO_free); in daemon_delete()
/openbsd/usr.sbin/unbound/
H A Dconfig.h.in150 /* Define to 1 if you have the declaration of `sk_SSL_COMP_pop_free', and to 0
H A Dconfigure.ac954 AC_CHECK_DECLS([SSL_COMP_get_compression_methods,sk_SSL_COMP_pop_free,SSL_CTX_set_ecdh_auto], [], […
/openbsd/lib/libcrypto/stack/
H A Dsafestack.h1210 #define sk_SSL_COMP_pop_free(st, free_func) SKM_sk_pop_free(SSL_COMP, (st), (free_func)) macro