summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-11-28 11:09:21 +0100
committerSimon Josefsson <simon@josefsson.org>2007-11-28 11:09:21 +0100
commitc958eaf2fef1bc8854d0135b6253cc91bb16c83b (patch)
treef1e23c3c132861da4e14c325ed21a084c1538be9
parentb5305c338da75bb8060cd1b2e51d6f3c4be5fc74 (diff)
downloadgnutls-c958eaf2fef1bc8854d0135b6253cc91bb16c83b.tar.gz
Give example for %COMPAT.
-rw-r--r--lib/gnutls_priority.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index 756786a70a..19e737b1f3 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -474,7 +474,8 @@ gnutls_priority_set (gnutls_session_t session, gnutls_priority_t priority)
*
* Examples: "NORMAL:!AES-128-CBC",
* "EXPORT:!VERS-TLS1.0:+COMP-DEFLATE:+CTYPE-OPENPGP",
- * "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL", "NORMAL".
+ * "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL", "NORMAL",
+ * "NORMAL:%COMPAT".
*
* Returns: On syntax error GNUTLS_E_INVALID_REQUEST is returned and
* 0 on success.