Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/boringssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@chromium.org>2015-04-29 00:11:48 +0300
committerAdam Langley <agl@google.com>2015-04-29 00:16:50 +0300
commit1022dd3d5254be997c763d0aec09dac4a393facc (patch)
tree72a108cf3c95a11e6aee1c0cc03944557d570542 /crypto/ec/ec_test.cc
parent7743c026cb7b2257c1f21a1e22f4bb46d6561633 (diff)
Don't inclue crypto/ec/internal.h in ec_test.cc.
MSVC seems to dislike the zero-array trick in C++, but not C. Turns out there was no need for the include, so that's an easy fix. Change-Id: I6def7b430a450c4ff7eeafa3611f0d40f5fc5945 Reviewed-on: https://boringssl-review.googlesource.com/4580 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/ec/ec_test.cc')
-rw-r--r--crypto/ec/ec_test.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/ec/ec_test.cc b/crypto/ec/ec_test.cc
index 0c9eed67..74685eb5 100644
--- a/crypto/ec/ec_test.cc
+++ b/crypto/ec/ec_test.cc
@@ -24,7 +24,6 @@
#include "../test/scoped_types.h"
#include "../test/stl_compat.h"
-#include "internal.h"
// kECKeyWithoutPublic is an ECPrivateKey with the optional publicKey field