1
0
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:
Doug MacEachern
2002-03-28 18:53:54 +00:00
parent 1d76ab39ff
commit 0569a2a622

View File

@@ -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;