tls_ocsp
struct tls_ocsp *ocsp;
void tls_ocsp_free(struct tls_ocsp *ctx);
struct tls_ocsp *tls_ocsp_setup_from_peer(struct tls *ctx);
struct tls_ocsp *
struct tls_ocsp *ocsp = NULL;
static struct tls_ocsp *
return (calloc(1, sizeof(struct tls_ocsp)));
tls_ocsp_free(struct tls_ocsp *ocsp)