From 0569a2a62258834fe44edf533adb6b162975d34c Mon Sep 17 00:00:00 2001 From: Doug MacEachern Date: Thu, 28 Mar 2002 18:53:54 +0000 Subject: [PATCH] moving protocol location git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94268 13f79535-47bb-0310-9956-ffa450edef68 --- modules/ssl/mod_ssl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/ssl/mod_ssl.h b/modules/ssl/mod_ssl.h index 875e338c05..deb83fcfc2 100644 --- a/modules/ssl/mod_ssl.h +++ b/modules/ssl/mod_ssl.h @@ -510,6 +510,8 @@ typedef struct { modssl_pk_server_t *pks; modssl_pk_proxy_t *pkp; + ssl_proto_t protocol; + /* config for handling encrypted keys */ ssl_pphrase_t pphrase_dialog_type; const char *pphrase_dialog_path; @@ -521,8 +523,6 @@ typedef struct { const char *crl_file; X509_STORE *crl; - ssl_proto_t protocol; - modssl_auth_ctx_t auth; } modssl_ctx_t; -- 2.40.0