On 23.11.2013 15:03, Jeff Trawick wrote: > IMO it adds some future-proofing and self explanation to return early if > "(rv != APR_SUCCESS && rv != APR_NOTFOUND)" instead of just checking for > equality with APR_EGENERAL.
Done with r1544812. Note that I'm working towards nukeing ssl_server_import_{cert,key} soon (https://people.apache.org/~kbrand/mod_ssl_pkey_2013-11-18_wip.patch), so future proofing is less of a concern to me at that point :-) Kaspar