]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Doc fix.
authorSimon Josefsson <simon@josefsson.org>
Tue, 26 May 2009 08:24:21 +0000 (10:24 +0200)
committerSimon Josefsson <simon@josefsson.org>
Tue, 26 May 2009 08:24:21 +0000 (10:24 +0200)
Reported by Peter Hendrickson <pdh@wiredyne.com>.

lib/gnutls_auth.c

index ba15a483aeb84eb7b7aca0d914020aa4c48daff3..37a5b246d6fce431bf85fc6290e9a84e1b42697a 100644 (file)
@@ -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.