]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/Config.cc
Source Format Enforcement (#1234)
[thirdparty/squid.git] / src / ssl / Config.cc
index 7d95d9123af64d12d958a077f368ea8eafd2cefd..ee376e8e243d5fef2b5ec82a00cf85f028339936 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
  *
  * Squid software is distributed under GPLv2+ license and includes
  * contributions from numerous individuals and organizations.
@@ -13,9 +13,9 @@ Ssl::Config Ssl::TheConfig;
 
 Ssl::Config::Config():
 #if USE_SSL_CRTD
-    ssl_crtd(NULL),
+    ssl_crtd(nullptr),
 #endif
-    ssl_crt_validator(NULL)
+    ssl_crt_validator(nullptr)
 {
     ssl_crt_validator_Children.concurrency = 1;
 }