Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/security/Context.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@

#if USE_OPENSSL
#include "compat/openssl.h"
#if HAVE_OPENSSL_SSL_H
#include <openssl/ssl.h>
#endif

#elif HAVE_LIBGNUTLS
#if HAVE_GNUTLS_GNUTLS_H
Expand Down
3 changes: 0 additions & 3 deletions src/security/ServerOptions.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@
#include "security/PeerOptions.h"
#if USE_OPENSSL
#include "compat/openssl.h"
#if HAVE_OPENSSL_X509_H
#include <openssl/x509.h>
#endif
#endif

namespace Security
Expand Down
3 changes: 0 additions & 3 deletions src/security/Session.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@

#if USE_OPENSSL
#include "compat/openssl.h"
#if HAVE_OPENSSL_SSL_H
#include <openssl/ssl.h>
#endif
#endif

#if HAVE_LIBGNUTLS
Expand Down
3 changes: 0 additions & 3 deletions src/security/forward.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@
#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>

Expand Down
3 changes: 0 additions & 3 deletions src/ssl/bio.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@

#include <iosfwd>
#include <list>
#if HAVE_OPENSSL_BIO_H
#include <openssl/bio.h>
#endif
#include <string>
#include <type_traits>

Expand Down
6 changes: 0 additions & 6 deletions src/ssl/context_storage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,6 @@
#include "Store.h"

#include <limits>
#if USE_OPENSSL
#include "compat/openssl.h"
#if HAVE_OPENSSL_SSL_H
#include <openssl/ssl.h>
#endif
#endif

Ssl::CertificateStorageAction::CertificateStorageAction(const Mgr::Command::Pointer &aCmd)
: Mgr::Action(aCmd)
Expand Down
3 changes: 0 additions & 3 deletions src/ssl/context_storage.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@

#include <list>
#include <map>
#if HAVE_OPENSSL_SSL_H
#include <openssl/ssl.h>
#endif

namespace Ssl
{
Expand Down
3 changes: 0 additions & 3 deletions src/ssl/gadgets.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
#include <optional>
#include <string>

#if HAVE_OPENSSL_ASN1_H
#include <openssl/asn1.h>
#endif
#if HAVE_OPENSSL_PEM_H
#include <openssl/pem.h>
#endif
Expand Down
Loading