summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2007-10-26 12:27:38 +0300
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2007-10-26 12:27:38 +0300
commita8a824ef559f751f3ac166244d603fe83de45f60 (patch)
treeae21c8a9c4ddf924205328c65949dfcf3c7a2427
parentee8042f1e44866aa898f45d985a93bf4c2ea457f (diff)
downloadgnutls-a8a824ef559f751f3ac166244d603fe83de45f60.tar.gz
-rw-r--r--lib/gnutls_algorithms.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/gnutls_algorithms.c b/lib/gnutls_algorithms.c
index 28fffe21d4..2ab7e409dd 100644
--- a/lib/gnutls_algorithms.c
+++ b/lib/gnutls_algorithms.c
@@ -408,8 +408,7 @@ typedef struct
#define GNUTLS_DHE_PSK_SHA_AES_256_CBC_SHA1 { 0x00, 0x91 }
-/* SRP (not in TLS 1.0)
- * draft-ietf-tls-srp-14:
+/* SRP (rfc5054)
*/
#define GNUTLS_SRP_SHA_3DES_EDE_CBC_SHA1 { 0xC0, 0x1A }
#define GNUTLS_SRP_SHA_RSA_3DES_EDE_CBC_SHA1 { 0xC0, 0x1B }