From a2cb9937d8badd0a0b47fc378611a6477d08f0df Mon Sep 17 00:00:00 2001 From: Tomas Mraz Date: Tue, 21 Jan 2014 16:26:32 +0100 Subject: [PATCH] We now support 3 EC curves. --- curves.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curves.c b/curves.c index caead00..aa51a3a 100644 --- a/curves.c +++ b/curves.c @@ -29,7 +29,7 @@ #include "../src/gcrypt.h" /* Number of curves defined in ../cipger/ecc.c */ -#define N_CURVES 2 +#define N_CURVES 3 /* A real world sample public key. */ static char const sample_key_1[] =