MCPcopy Create free account
hub / github.com/apache/trafficserver / TSSslContextDestroy

Function TSSslContextDestroy

src/api/InkAPI.cc:8199–8203  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8197}
8198
8199void
8200TSSslContextDestroy(TSSslContext ctx)
8201{
8202 SSLReleaseContext(reinterpret_cast<SSL_CTX *>(ctx));
8203}
8204
8205TSReturnCode
8206TSSslClientCertUpdate(const char *cert_path, const char *key_path)

Callers 3

dump_contextFunction · 0.85
dump_contextFunction · 0.85

Calls 1

SSLReleaseContextFunction · 0.50