From: Nikos Mavrogiannopoulos Date: Sat, 17 Mar 2012 15:15:50 +0000 (+0100) Subject: corrected ciphersuite number X-Git-Tag: gnutls_3_0_18~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ec6e5a5f8893fa90888078807fdc490ba8081eb6;p=thirdparty%2Fgnutls.git corrected ciphersuite number --- diff --git a/lib/algorithms/ciphersuites.c b/lib/algorithms/ciphersuites.c index 05709c193f..3c5a79d06d 100644 --- a/lib/algorithms/ciphersuites.c +++ b/lib/algorithms/ciphersuites.c @@ -205,7 +205,7 @@ typedef struct #define GNUTLS_ECDHE_RSA_AES_256_GCM_SHA384 {0xC0,0x30} /* SuiteB */ -#define GNUTLS_ECDHE_ECDSA_AES_256_GCM_SHA384 {0xC0,0x2E} +#define GNUTLS_ECDHE_ECDSA_AES_256_GCM_SHA384 {0xC0,0x2C} #define GNUTLS_ECDHE_ECDSA_AES_256_CBC_SHA384 {0xC0,0x24}