summaryrefslogtreecommitdiffstats
path: root/crypto/p224_spake_unittest.cc
diff options
context:
space:
mode:
authorrucifer1217@gmail.com <rucifer1217@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-22 00:09:25 +0000
committerrucifer1217@gmail.com <rucifer1217@gmail.com@0039d316-1c4b-4281-b951-d872f2087c98>2014-07-22 00:09:25 +0000
commitc9c251d531396923a3c76dd478960c70d2789567 (patch)
tree30c02c79b43d17aa9c2918b22be96f6d9866a6dd /crypto/p224_spake_unittest.cc
parent4789e83b72f8b79cde3ac8b3687e7fe216c80e28 (diff)
downloadchromium_src-c9c251d531396923a3c76dd478960c70d2789567.zip
chromium_src-c9c251d531396923a3c76dd478960c70d2789567.tar.gz
chromium_src-c9c251d531396923a3c76dd478960c70d2789567.tar.bz2
clean up code at crypto folder.
BUG=none Review URL: https://codereview.chromium.org/407713002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'crypto/p224_spake_unittest.cc')
-rw-r--r--crypto/p224_spake_unittest.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/p224_spake_unittest.cc b/crypto/p224_spake_unittest.cc
index ca35f72..589cdbf 100644
--- a/crypto/p224_spake_unittest.cc
+++ b/crypto/p224_spake_unittest.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <string>
#include <crypto/p224_spake.h>
#include "base/logging.h"
@@ -13,7 +14,6 @@ namespace {
bool RunExchange(P224EncryptedKeyExchange* client,
P224EncryptedKeyExchange* server) {
-
for (;;) {
std::string client_message, server_message;
client_message = client->GetMessage();