| 3792 | } |
| 3793 | |
| 3794 | AP_DECLARE(int) ap_strneq_timingsafe(const char *sec1, const char *str2, |
| 3795 | apr_size_t n) |
| 3796 | { |
| 3797 | return apr_strneq_timingsafe(sec1, str2, n); |
| 3798 | } |
| 3799 | |
| 3800 | #else /* !APR_VERSION_AT_LEAST(1,8,0) */ |
| 3801 |
nothing calls this directly
no test coverage detected