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

Function stapling_refresh_mutex_off

modules/ssl/ssl_util_stapling.c:726–732  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

724}
725
726static int stapling_refresh_mutex_off(server_rec *s)
727{
728 SSLModConfigRec *mc = myModConfig(s);
729
730 return stapling_mutex_off(s, mc->stapling_refresh_mutex,
731 SSL_STAPLING_REFRESH_MUTEX_TYPE);
732}
733
734static int get_and_check_cached_response(server_rec *s, modssl_ctx_t *mctx,
735 OCSP_RESPONSE **rsp, BOOL *pok,

Callers 1

stapling_cbFunction · 0.85

Calls 1

stapling_mutex_offFunction · 0.85

Tested by

no test coverage detected