From: Simon Josefsson Date: Tue, 26 May 2009 08:24:21 +0000 (+0200) Subject: Doc fix. X-Git-Tag: gnutls_2_7_14~9 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3e693ee2951186b4fdc38f95da9508652f7918f;p=thirdparty%2Fgnutls.git Doc fix. Reported by Peter Hendrickson . --- 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.