| 724 | } |
| 725 | |
| 726 | static 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 | |
| 734 | static int get_and_check_cached_response(server_rec *s, modssl_ctx_t *mctx, |
| 735 | OCSP_RESPONSE **rsp, BOOL *pok, |
no test coverage detected