summaryrefslogtreecommitdiff
path: root/lib/algorithms
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-17 16:15:50 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-17 16:15:50 +0100
commitec6e5a5f8893fa90888078807fdc490ba8081eb6 (patch)
tree9d730a87f4ee2b4007aaa6381e5ffd8c6fe1172c /lib/algorithms
parent2d1becd6bfaa085ac4e3d56a6d625379efb13892 (diff)
downloadgnutls-ec6e5a5f8893fa90888078807fdc490ba8081eb6.tar.gz
corrected ciphersuite number
Diffstat (limited to 'lib/algorithms')
-rw-r--r--lib/algorithms/ciphersuites.c2
1 files changed, 1 insertions, 1 deletions
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}