diff options
| author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-22 13:46:19 +0200 |
|---|---|---|
| committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-22 13:46:25 +0200 |
| commit | 662af4d6e448d0b9bf4ff6d166343f5972d60685 (patch) | |
| tree | 5a11db055811ea2051f13743881491ac5cca485a | |
| parent | c5ab73d2103559dfa4021a607cd86ed139d08dca (diff) | |
| download | gnutls-662af4d6e448d0b9bf4ff6d166343f5972d60685.tar.gz | |
doc: gnutls_priority_init: fixed %COMPAT [ci skip]
| -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). |
