| 716 | } |
| 717 | |
| 718 | static int stapling_refresh_mutex_on(server_rec *s) |
| 719 | { |
| 720 | SSLModConfigRec *mc = myModConfig(s); |
| 721 | |
| 722 | return stapling_mutex_on(s, mc->stapling_refresh_mutex, |
| 723 | SSL_STAPLING_REFRESH_MUTEX_TYPE); |
| 724 | } |
| 725 | |
| 726 | static int stapling_refresh_mutex_off(server_rec *s) |
| 727 | { |
no test coverage detected