Skip to content

Commit

Permalink
tls: drop unused headers from tls_inspector (#6309)
Browse files Browse the repository at this point in the history
The header file `openssl/bytestring.h` is not used neither by
tls_inspector.h nor tls_inspector.cc hence can be safely
unincluded.

Signed-off-by: Dmitry Rozhkov <[email protected]>
  • Loading branch information
rojkov authored and mattklein123 committed Mar 19, 2019
1 parent 12b8287 commit b3c1306
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "extensions/transport_sockets/well_known_names.h"

#include "openssl/bytestring.h"
#include "openssl/ssl.h"

namespace Envoy {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include "common/common/logger.h"

#include "openssl/bytestring.h"
#include "openssl/ssl.h"

namespace Envoy {
Expand Down

0 comments on commit b3c1306

Please sign in to comment.