Commit 2cd1a5b7 authored by pkasting@chromium.org's avatar pkasting@chromium.org

Try to fix compile break.


git-svn-id: svn://svn.chromium.org/chrome/trunk/src@102372 0039d316-1c4b-4281-b951-d872f2087c98
parent ea73fc7b
......@@ -15,9 +15,6 @@
#if defined(SHA1_LENGTH)
#undef SHA1_LENGTH
#endif
#if defined(SHA256_LENGTH)
#undef SHA256_LENGTH
#endif
#include "base/base64.h"
#include "base/json/json_reader.h"
......@@ -437,7 +434,7 @@ bool TransportSecurityState::ParseSidePin(
return false;
bool have_parsed_a_key = false;
uint8 leaf_spki_hash[crypto::SHA256_LENGTH];
uint8 leaf_spki_hash[crypto::kSHA256Length];
bool have_leaf_spki_hash = false;
while (side_pin_bytes.size() > 0) {
......
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