]> granicus.if.org Git - apache/commitdiff
moving protocol location
authorDoug MacEachern <dougm@apache.org>
Thu, 28 Mar 2002 18:53:54 +0000 (18:53 +0000)
committerDoug MacEachern <dougm@apache.org>
Thu, 28 Mar 2002 18:53:54 +0000 (18:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@94268 13f79535-47bb-0310-9956-ffa450edef68

modules/ssl/mod_ssl.h

index 875e338c0568310133dbd71de0170ebd6133269b..deb83fcfc2cfb5d8d5036e7b3e2f144ddc92cdc8 100644 (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;