mirror of
https://github.com/apache/httpd.git
synced 2025-08-08 15:02:10 +03:00
moving protocol location
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94268 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
@@ -510,6 +510,8 @@ typedef struct {
|
|||||||
modssl_pk_server_t *pks;
|
modssl_pk_server_t *pks;
|
||||||
modssl_pk_proxy_t *pkp;
|
modssl_pk_proxy_t *pkp;
|
||||||
|
|
||||||
|
ssl_proto_t protocol;
|
||||||
|
|
||||||
/* config for handling encrypted keys */
|
/* config for handling encrypted keys */
|
||||||
ssl_pphrase_t pphrase_dialog_type;
|
ssl_pphrase_t pphrase_dialog_type;
|
||||||
const char *pphrase_dialog_path;
|
const char *pphrase_dialog_path;
|
||||||
@@ -521,8 +523,6 @@ typedef struct {
|
|||||||
const char *crl_file;
|
const char *crl_file;
|
||||||
X509_STORE *crl;
|
X509_STORE *crl;
|
||||||
|
|
||||||
ssl_proto_t protocol;
|
|
||||||
|
|
||||||
modssl_auth_ctx_t auth;
|
modssl_auth_ctx_t auth;
|
||||||
} modssl_ctx_t;
|
} modssl_ctx_t;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user