MCPcopy Create free account
hub / github.com/apache/httpd / ssl_asn1_table_get

Function ssl_asn1_table_get

modules/ssl/ssl_util.c:228–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

226}
227
228ssl_asn1_t *ssl_asn1_table_get(apr_hash_t *table,
229 const char *key)
230{
231 return (ssl_asn1_t *)apr_hash_get(table, key, APR_HASH_KEY_STRING);
232}
233
234void ssl_asn1_table_unset(apr_hash_t *table,
235 const char *key)

Callers 2

ssl_init_server_certsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected