Searched refs:ssl_shutdown (Results 1 – 2 of 2) sorted by relevance
498 int (*ssl_shutdown) (SSL *s); member
2271 args.f.func_other = s->method->ssl_shutdown; in SSL_shutdown()2275 return s->method->ssl_shutdown(s); in SSL_shutdown()