[libgcrypt] We now support 3 EC curves.

Tomáš Mráz tmraz at fedoraproject.org
Tue Jan 21 15:26:27 UTC 2014


commit a2cb9937d8badd0a0b47fc378611a6477d08f0df
Author: Tomas Mraz <tmraz at fedoraproject.org>
Date:   Tue Jan 21 16:26:32 2014 +0100

    We now support 3 EC curves.

 curves.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
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[] =


More information about the scm-commits mailing list