From: Nikos Mavrogiannopoulos Date: Tue, 23 Oct 2007 16:02:20 +0000 (+0300) Subject: renamed zlib to deflate X-Git-Tag: gnutls_2_1_4~20^2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70ab5bc909739bfb7bba653fc457c4c5d91dadeb;p=thirdparty%2Fgnutls.git renamed zlib to deflate --- diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c index 66cc670dfb..b65afa710e 100644 --- a/lib/gnutls_priority.c +++ b/lib/gnutls_priority.c @@ -547,7 +547,7 @@ gnutls_certificate_type_convert_priority (int* out_priority, int out_priority_le * not use the algorithm's priority except for disabling * algorithms that were not specified. * - * The supported methods are: NULL, ZLIB, LZO + * The supported methods are: NULL, DEFLATE, LZO * * Returns 0 on success. *