]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
corrected ciphersuite number
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 17 Mar 2012 15:15:50 +0000 (16:15 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 17 Mar 2012 15:15:50 +0000 (16:15 +0100)
lib/algorithms/ciphersuites.c

index 05709c193f5be05cce08eef966fda287b0d1ee05..3c5a79d06d91ec683817ddaf4d441519e4997974 100644 (file)
@@ -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}