With the code:
> if (APR_SUCCESS != rv&& err) {
> ap_log_error(APLOG_MARK, APLOG_ERR, rv, s, APLOGNO(01845)
> "%s", err->msg);
> return rv;
> }then 01845 gets associated with lots of different crypto driver messages. How about logging something like "crypto driver error: %s" instead? -- Tim Bannister – [email protected]
