summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-05-26 10:24:21 +0200
committerSimon Josefsson <simon@josefsson.org>2009-05-26 10:24:21 +0200
commitb3e693ee2951186b4fdc38f95da9508652f7918f (patch)
treef4a074cce0e33dcddd1190d16252f805e96e37c4
parentf5670902531bbd8793daec540bd766fb8fd59f38 (diff)
downloadgnutls-b3e693ee2951186b4fdc38f95da9508652f7918f.tar.gz
Doc fix.
Reported by Peter Hendrickson <pdh@wiredyne.com>.
-rw-r--r--lib/gnutls_auth.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c
index ba15a483ae..37a5b246d6 100644
--- a/lib/gnutls_auth.c
+++ b/lib/gnutls_auth.c
@@ -162,9 +162,9 @@ gnutls_credentials_set (gnutls_session_t session,
* The returned information is to be used to distinguish the function used
* to access authentication data.
*
- * Eg. for CERTIFICATE ciphersuites (key exchange algorithms: KX_RSA,
- * KX_DHE_RSA), the same function are to be used to access the
- * authentication data.
+ * Eg. for CERTIFICATE ciphersuites (key exchange algorithms:
+ * %GNUTLS_KX_RSA, %GNUTLS_KX_DHE_RSA), the same function are to be
+ * used to access the authentication data.
*
* Returns: The type of credentials for the current authentication
* schema, an #gnutls_credentials_type_t type.