diff options
-rw-r--r-- | include/mod_gnutls.h.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mod_gnutls.h.in b/include/mod_gnutls.h.in index 6d5e5ba..40d0c40 100644 --- a/include/mod_gnutls.h.in +++ b/include/mod_gnutls.h.in | |||
@@ -108,6 +108,7 @@ typedef struct | |||
108 | gnutls_openpgp_keyring_t pgp_list; | 108 | gnutls_openpgp_keyring_t pgp_list; |
109 | unsigned int ca_list_size; | 109 | unsigned int ca_list_size; |
110 | int client_verify_mode; | 110 | int client_verify_mode; |
111 | apr_time_t last_cache_check; | ||
111 | } mgs_srvconf_rec; | 112 | } mgs_srvconf_rec; |
112 | 113 | ||
113 | typedef struct { | 114 | typedef struct { |