From 2e11c07f23e6c062a5a6659c89b154acd92b5eeb Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 9 Jan 2013 10:37:22 +0100 Subject: Update to libuecc v3, check EC points for validity --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e2d5332..1629400 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,7 +13,7 @@ if(NOT CMAKE_USE_PTHREADS_INIT) endif(NOT CMAKE_USE_PTHREADS_INIT) find_package(PkgConfig REQUIRED) -pkg_check_modules(UECC REQUIRED libuecc>=2) +pkg_check_modules(UECC REQUIRED libuecc>=3) find_package(NaCl REQUIRED) -- cgit v1.2.3