diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-11 18:29:49 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-08-11 18:29:49 +0000 |
commit | f8c5c05a58933e12843b7e4145b0ed6d565345c2 (patch) | |
tree | 262afef6775c4d1e7ec81d0636fc5594caef7e31 /lib/gnutls_auth.c | |
parent | 5201ca6996cd2085292f15c67f4f53ec805a1b3e (diff) | |
download | gnutls-f8c5c05a58933e12843b7e4145b0ed6d565345c2.tar.gz |
still more patches by Arne Thomassen
Diffstat (limited to 'lib/gnutls_auth.c')
-rw-r--r-- | lib/gnutls_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_auth.c b/lib/gnutls_auth.c index 05dddc6199..2c5bef6f9a 100644 --- a/lib/gnutls_auth.c +++ b/lib/gnutls_auth.c @@ -208,7 +208,7 @@ void* _gnutls_get_auth_info( gnutls_session session) { * _gnutls_free_auth_info - Frees the auth info structure * @session: is a &gnutls_session structure. * - * this function frees the auth info structure and sets it to + * This function frees the auth info structure and sets it to * null. It must be called since some structures contain malloced * elements. -*/ |