diff options
| -rw-r--r-- | lib/priority.c | 4 |
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). |
