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>
This commit is contained in:
David Benjamin 2015-04-28 17:11:48 -04:00 committed by Adam Langley
parent 7743c026cb
commit 1022dd3d52

View File

@ -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