From a8a824ef559f751f3ac166244d603fe83de45f60 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 26 Oct 2007 12:27:38 +0300 Subject: --- lib/gnutls_algorithms.c | 3 +-- 1 file changed, 1 insertion(+), 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 } -- cgit v1.2.1