]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/ssl/stub_libsslutil.cc
SourceFormat Enforcement
[thirdparty/squid.git] / src / ssl / stub_libsslutil.cc
index 5ecf4af91c9f8bdf326b79bd1bebdd70e5e4951c..c036adcee483070f4aa9cc1bcc58e710e13242ad 100644 (file)
@@ -1,4 +1,12 @@
-#include "config.h"
+/*
+ * Copyright (C) 1996-2015 The Squid Software Foundation and contributors
+ *
+ * Squid software is distributed under GPLv2+ license and includes
+ * contributions from numerous individuals and organizations.
+ * Please see the COPYING and CONTRIBUTORS files for details.
+ */
+
+#include "squid.h"
 #include "fatal.h"
 
 /* Stub File for the ssl/libsslutil.la convenience library */
@@ -37,3 +45,4 @@ Ssl::Helper * Ssl::Helper::GetInstance() STUB_RETVAL(NULL)
 void Ssl::Helper::Init() STUB
 void Ssl::Helper::Shutdown() STUB
 void Ssl::Helper::sslSubmit(Ssl::CrtdMessage const & message, HLPCB * callback, void *data) STUB
+