]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/Config.h
Source Format Enforcement (#763)
[thirdparty/squid.git] / src / ssl / Config.h
index a1cd70a604ffbab337039a0d51a526f0d6cc182c..5ddd002fa14d43d98f391f45be636a3c92e6b6e7 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2014 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2021 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -9,7 +9,7 @@
 #ifndef SQUID_SSL_CONFIG_H
 #define SQUID_SSL_CONFIG_H
 
-#include "HelperChildConfig.h"
+#include "helper/ChildConfig.h"
 
 namespace Ssl
 {
@@ -20,10 +20,10 @@ public:
 #if USE_SSL_CRTD
     char *ssl_crtd; ///< Name of external ssl_crtd application.
     /// The number of processes spawn for ssl_crtd.
-    HelperChildConfig ssl_crtdChildren;
+    ::Helper::ChildConfig ssl_crtdChildren;
 #endif
     char *ssl_crt_validator;
-    HelperChildConfig ssl_crt_validator_Children;
+    ::Helper::ChildConfig ssl_crt_validator_Children;
     Config();
     ~Config();
 private:
@@ -35,3 +35,4 @@ extern Config TheConfig;
 
 } // namespace Ssl
 #endif
+