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-15 22:56:27 +0300
committerAdam Langley <agl@google.com>2015-04-16 00:11:56 +0300
commitdaf2c5dc0c865c6c52cbeea1448a9c471e9d192a (patch)
tree8cb4786fb4dc3436ca8dcc4a3a98f0820acdbb52 /crypto/ecdsa/CMakeLists.txt
parente65855c36f354e62f6368266abc5a1604d21c385 (diff)
Convert ecdsa_test to C++.
Change-Id: I3bcfc9d29fb3b5eed3d578eb4879b815458f20c0 Reviewed-on: https://boringssl-review.googlesource.com/4351 Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'crypto/ecdsa/CMakeLists.txt')
-rw-r--r--crypto/ecdsa/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ecdsa/CMakeLists.txt b/crypto/ecdsa/CMakeLists.txt
index 95adbad2..c8645d1e 100644
--- a/crypto/ecdsa/CMakeLists.txt
+++ b/crypto/ecdsa/CMakeLists.txt
@@ -13,7 +13,7 @@ add_library(
add_executable(
ecdsa_test
- ecdsa_test.c
+ ecdsa_test.cc
)
target_link_libraries(ecdsa_test crypto)