summaryrefslogtreecommitdiffstats
path: root/auth_mellon.h
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2011-05-18 10:49:08 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2011-05-18 10:49:08 +0000
commit892592fe13ed55c6b8a89a6659b6ea0e4e066046 (patch)
tree0e5804ba6e17571601feaa763c823dee1d8b1975 /auth_mellon.h
parentcd96f70a8048878dd26aeda52c34ff2d480802bd (diff)
downloadmod_auth_mellon-892592fe13ed55c6b8a89a6659b6ea0e4e066046.tar.gz
mod_auth_mellon-892592fe13ed55c6b8a89a6659b6ea0e4e066046.tar.xz
mod_auth_mellon-892592fe13ed55c6b8a89a6659b6ea0e4e066046.zip
Change cfg->idp_metadata_files to an array instead of an hash.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@126 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'auth_mellon.h')
-rw-r--r--auth_mellon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth_mellon.h b/auth_mellon.h
index 452fdea..f6bdede 100644
--- a/auth_mellon.h
+++ b/auth_mellon.h
@@ -183,7 +183,7 @@ typedef struct am_dir_cfg_rec {
const char *sp_metadata_file;
const char *sp_private_key_file;
const char *sp_cert_file;
- apr_hash_t *idp_metadata_files;
+ apr_array_header_t *idp_metadata_files;
const char *idp_public_key_file;
const char *idp_ca_file;