summaryrefslogtreecommitdiff
path: root/lib/gnutls_v2_compat.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 20:16:45 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 20:16:45 +0000
commitadcd5219ef049655a471179beb7af695fd78ac48 (patch)
tree1e0a16e1cef8502244a0748a4fcdb959cd58bdf7 /lib/gnutls_v2_compat.c
parent388797851a48fc6fbcee50a00eb4c78be72e40f9 (diff)
downloadgnutls-adcd5219ef049655a471179beb7af695fd78ac48.tar.gz
some other changes to the internal types names.
Diffstat (limited to 'lib/gnutls_v2_compat.c')
-rw-r--r--lib/gnutls_v2_compat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/gnutls_v2_compat.c b/lib/gnutls_v2_compat.c
index 7e603ff87d..7e19848582 100644
--- a/lib/gnutls_v2_compat.c
+++ b/lib/gnutls_v2_compat.c
@@ -164,7 +164,7 @@ int _gnutls_read_client_hello_v2(gnutls_session session, opaque * data,
return GNUTLS_E_INSUFFICIENT_CREDENTIALS;
}
- /* set the MOD_AUTH_STRUCT to the appropriate struct
+ /* set the mod_auth_st to the appropriate struct
* according to the KX algorithm. This is needed since all the
* handshake functions are read from there;
*/