From: Simon Josefsson Date: Tue, 15 Nov 2005 10:18:03 +0000 (+0000) Subject: Doc fix. X-Git-Tag: gnutls_1_3_0~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2b680e104a0fb89677f3be488ffbc3c204f772e0;p=thirdparty%2Fgnutls.git Doc fix. --- diff --git a/lib/gnutls_psk.c b/lib/gnutls_psk.c index c9965ca049..1dab4f72e5 100644 --- a/lib/gnutls_psk.c +++ b/lib/gnutls_psk.c @@ -31,7 +31,6 @@ #ifdef ENABLE_PSK -//#include #include #include #include @@ -77,12 +76,14 @@ gnutls_psk_allocate_client_credentials (gnutls_psk_client_credentials_t * sc) /** * gnutls_psk_set_client_credentials - Used to set the username/password, in a gnutls_psk_client_credentials_t structure * @res: is an #gnutls_psk_client_credentials_t structure. - * @username: is the user's userid + * @username: is the user's zero-terminated userid * @key: is the user's key * - * This function sets the username and password, in a gnutls_psk_client_credentials_t structure. - * Those will be used in SRP authentication. @username and @password should be ASCII - * strings or UTF-8 strings prepared using the "SASLprep" profile of "stringprep". + * This function sets the username and password, in a + * gnutls_psk_client_credentials_t structure. Those will be used in + * PSK authentication. @username and @password should be ASCII + * strings or UTF-8 strings prepared using the "SASLprep" profile of + * "stringprep". * * Returns 0 on success. **/