]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/security/forward.h
Fix "make check" to test headers (#1463)
[thirdparty/squid.git] / src / security / forward.h
index 57191ddfd0dc6e3f69201f3ed3ce312af8732bd1..10cf9b3afa3bb5a2bafcfe8e387a005435e3de11 100644 (file)
 
 #include "base/CbDataList.h"
 #include "base/forward.h"
-#include "security/Context.h"
-#include "security/Session.h"
+#include "base/ToCpp.h"
+#include "security/LockingPointer.h"
 
 #if USE_GNUTLS && HAVE_GNUTLS_ABSTRACT_H
 #include <gnutls/abstract.h>
 #endif
 #include <list>
 #include <limits>
+#include <memory>
 #if USE_OPENSSL
 #include "compat/openssl.h"
 #if HAVE_OPENSSL_BN_H
@@ -30,6 +31,9 @@
 #if HAVE_OPENSSL_RSA_H
 #include <openssl/rsa.h>
 #endif
+#if HAVE_OPENSSL_X509_H
+#include <openssl/x509.h>
+#endif
 #endif /* USE_OPENSSL */
 #include <unordered_set>