Commit 3c112cae authored by davidben's avatar davidben Committed by Commit bot

Remove crypto includes from transport_security_state.cc

They're unused.

BUG=none

Review URL: https://codereview.chromium.org/1458423003

Cr-Commit-Position: refs/heads/master@{#361036}
parent a0e3d024
......@@ -4,17 +4,6 @@
#include "net/http/transport_security_state.h"
#if defined(USE_OPENSSL)
#include <openssl/ecdsa.h>
#include <openssl/ssl.h>
#else // !defined(USE_OPENSSL)
#include <cryptohi.h>
#include <hasht.h>
#include <keyhi.h>
#include <nspr.h>
#include <pk11pub.h>
#endif
#include <algorithm>
#include "base/base64.h"
......@@ -39,10 +28,6 @@
#include "net/ssl/ssl_info.h"
#include "url/gurl.h"
#if defined(USE_OPENSSL)
#include "crypto/openssl_util.h"
#endif
namespace net {
namespace {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment