/* sanity check - decoded too short? */
if (decodedlen < (AP_SIPHASH_DSIZE + sizeof(apr_uuid_t))) {
- ap_log_rerror(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r, APLOGNO()
+ ap_log_rerror(APLOG_MARK, APLOG_DEBUG, APR_SUCCESS, r, APLOGNO(10005)
"too short to decrypt, aborting");
return APR_ECRYPT;
}
*/
compute_auth(slider, len, passphrase, passlen, auth);
if (!ap_crypto_equals(auth, decoded, AP_SIPHASH_DSIZE)) {
- ap_log_rerror(APLOG_MARK, APLOG_DEBUG, res, r, APLOGNO()
+ ap_log_rerror(APLOG_MARK, APLOG_DEBUG, res, r, APLOGNO(10006)
"auth does not match, skipping");
continue;
}