summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-22 13:46:19 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-22 13:46:25 +0200
commit662af4d6e448d0b9bf4ff6d166343f5972d60685 (patch)
tree5a11db055811ea2051f13743881491ac5cca485a /lib
parentc5ab73d2103559dfa4021a607cd86ed139d08dca (diff)
downloadgnutls-662af4d6e448d0b9bf4ff6d166343f5972d60685.tar.gz
doc: gnutls_priority_init: fixed %COMPAT [ci skip]
Diffstat (limited to 'lib')
-rw-r--r--lib/priority.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/priority.c b/lib/priority.c
index 767312c0b7..0fa38f9367 100644
--- a/lib/priority.c
+++ b/lib/priority.c
@@ -1122,7 +1122,7 @@ finish:
* to common preferences.
*
* Unless there is a special need, use the "NORMAL" keyword to
- * apply a reasonable security level, or "NORMAL:%COMPAT" for compatibility.
+ * apply a reasonable security level, or "NORMAL:%%COMPAT" for compatibility.
*
* "PERFORMANCE" means all the "secure" ciphersuites are enabled,
* limited to 128 bit ciphers and sorted by terms of speed
@@ -1194,7 +1194,7 @@ finish:
*
* "SECURE256:+SECURE128",
*
- * Note that "NORMAL:%COMPAT" is the most compatible mode.
+ * Note that "NORMAL:%%COMPAT" is the most compatible mode.
*
* A %NULL @priorities string indicates the default priorities to be
* used (this is available since GnuTLS 3.3.0).