From: Nikos Mavrogiannopoulos Date: Fri, 26 Oct 2007 09:27:38 +0000 (+0300) Subject: (no commit message) X-Git-Tag: gnutls_2_1_4~11 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a8a824ef559f751f3ac166244d603fe83de45f60;p=thirdparty%2Fgnutls.git --- 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 }