summaryrefslogtreecommitdiff
path: root/ssl_util_ssl.c
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2002-12-23 09:09:21 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2002-12-23 09:09:21 +0000
commit3ba9635fd60b895cee44ee9a81d2930cc20d8c57 (patch)
treeabb3a184f748f36159be9e95c8eb114f9c8fc257 /ssl_util_ssl.c
parent10b12babcbb02e84116ab3bcbfec548db5dec330 (diff)
downloadhttpd-3ba9635fd60b895cee44ee9a81d2930cc20d8c57.tar.gz
All we care about is the type and name, just ask for the type and name.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@98090 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'ssl_util_ssl.c')
-rw-r--r--ssl_util_ssl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssl_util_ssl.c b/ssl_util_ssl.c
index 8da25124cf..a9a1aaebd8 100644
--- a/ssl_util_ssl.c
+++ b/ssl_util_ssl.c
@@ -454,7 +454,7 @@ BOOL SSL_X509_INFO_load_path(apr_pool_t *ptemp,
*/
apr_dir_t *dir;
apr_finfo_t dirent;
- apr_int32_t finfo_flags = APR_FINFO_MIN|APR_FINFO_NAME;
+ apr_int32_t finfo_flags = APR_FINFO_TYPE|APR_FINFO_NAME;
const char *fullname;
BOOL ok = FALSE;