From: Doug MacEachern Date: Thu, 28 Mar 2002 18:53:54 +0000 (+0000) Subject: moving protocol location X-Git-Tag: 2.0.34~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0569a2a62258834fe44edf533adb6b162975d34c;p=apache moving protocol location git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94268 13f79535-47bb-0310-9956-ffa450edef68 --- 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;