]> granicus.if.org Git - apache/commit
various SSLCACertificatePath fixes:
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 05:17:03 +0000 (05:17 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Feb 2002 05:17:03 +0000 (05:17 +0000)
commit496a09a8092442297d7647e243690342f338cd41
treea6a6dee2208a32976c0cbe5bb831b2f1f40110bf
parent2ed45ef1b1e1134561a5712a365da1f48e328b16
various SSLCACertificatePath fixes:
- return value from apr_dir_read() was checking != APR_SUCCESS rather
  than == APR_SUCCESS, so no certs were ever loaded.

- wasn't checking return value of apr_dir_open(), now log an error and
  ssl_die() on failure.

- don't bother trying to load directories

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93634 13f79535-47bb-0310-9956-ffa450edef68
modules/ssl/ssl_engine_init.c