From: Doug MacEachern Date: Thu, 28 Mar 2002 18:53:54 +0000 (+0000) Subject: moving protocol location X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23dde5c3083d28269d663e6953f4590ef0f9999a;p=thirdparty%2Fapache%2Fhttpd.git moving protocol location git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@94268 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/mod_ssl.h b/mod_ssl.h index 875e338c056..deb83fcfc2c 100644 --- a/mod_ssl.h +++ b/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;