]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
(no commit message)
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 25 Nov 2007 22:29:52 +0000 (00:29 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 25 Nov 2007 22:29:52 +0000 (00:29 +0200)
lib/gnutls_priority.c

index ef44818063864d256fc180bf9849dbbbcaab005f..afa36ad691a4e593dc30e0ac9c2eeba18b9c1c3d 100644 (file)
@@ -461,7 +461,7 @@ gnutls_priority_set(gnutls_session_t session, gnutls_priority_t priority)
   * sizes as well.
   *
   * Examples: "NORMAL:!AES-128-CBC", "EXPORT:!VERS-TLS1.0:+COMP-DEFLATE:+CTYPE-OPENPGP",
-  * "+AES-128-CBC:+RSA:+SHA1", "NORMAL".
+  * "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL", "NORMAL".
   *
   * On syntax error GNUTLS_E_INVALID_REQUEST is returned and 0 on success.
   *