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:
parent
7743c026cb
commit
1022dd3d52
@ -24,7 +24,6 @@
|
|||||||
|
|
||||||
#include "../test/scoped_types.h"
|
#include "../test/scoped_types.h"
|
||||||
#include "../test/stl_compat.h"
|
#include "../test/stl_compat.h"
|
||||||
#include "internal.h"
|
|
||||||
|
|
||||||
|
|
||||||
// kECKeyWithoutPublic is an ECPrivateKey with the optional publicKey field
|
// kECKeyWithoutPublic is an ECPrivateKey with the optional publicKey field
|
||||||
|
Loading…
Reference in New Issue
Block a user