summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/gnutls_priority.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/gnutls_priority.c b/lib/gnutls_priority.c
index e3264c3f58..25af3397dc 100644
--- a/lib/gnutls_priority.c
+++ b/lib/gnutls_priority.c
@@ -493,6 +493,9 @@ gnutls_priority_set (gnutls_session_t session, gnutls_priority_t priority)
* "NONE:+VERS-TLS1.0:+AES-128-CBC:+RSA:+SHA1:+COMP-NULL", "NORMAL",
* "NORMAL:%COMPAT".
*
+ * For all the current available algorithms and protocols use "gnutls-cli -l"
+ * to get a listing.
+ *
* Returns: On syntax error %GNUTLS_E_INVALID_REQUEST is returned,
* %GNUTLS_E_SUCCESS on success, or an error code.
**/