| 708 | } |
| 709 | |
| 710 | static int stapling_cache_mutex_off(server_rec *s) |
| 711 | { |
| 712 | SSLModConfigRec *mc = myModConfig(s); |
| 713 | |
| 714 | return stapling_mutex_off(s, mc->stapling_cache_mutex, |
| 715 | SSL_STAPLING_CACHE_MUTEX_TYPE); |
| 716 | } |
| 717 | |
| 718 | static int stapling_refresh_mutex_on(server_rec *s) |
| 719 | { |
no test coverage detected