From 792657045b89a713df575face0b35c6139897e9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20P=C3=A9gouri=C3=A9-Gonnard?= Date: Thu, 6 Feb 2014 10:23:14 +0100 Subject: [PATCH] Disable ecp_set_curve() for compatibility --- include/polarssl/config.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/polarssl/config.h b/include/polarssl/config.h index 0a64f6ede..1a68f2a62 100644 --- a/include/polarssl/config.h +++ b/include/polarssl/config.h @@ -823,11 +823,9 @@ * application against the new header files, relinking will not be enough. * It will be enabled by default, or no longer an option, in the 1.4 branch. * - * TODO: actually disable it when done working on this branch ,) - * * Uncomment to make ssl_set_curves() available. */ -#define POLARSSL_SSL_SET_CURVES +//#define POLARSSL_SSL_SET_CURVES /** * \def POLARSSL_THREADING_ALT