| 700 | } |
| 701 | |
| 702 | static int stapling_cache_mutex_on(server_rec *s) |
| 703 | { |
| 704 | SSLModConfigRec *mc = myModConfig(s); |
| 705 | |
| 706 | return stapling_mutex_on(s, mc->stapling_cache_mutex, |
| 707 | SSL_STAPLING_CACHE_MUTEX_TYPE); |
| 708 | } |
| 709 | |
| 710 | static int stapling_cache_mutex_off(server_rec *s) |
| 711 | { |
no test coverage detected