summaryrefslogtreecommitdiff
path: root/lib/gnutls_anon_cred.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 18:10:59 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2004-06-05 18:10:59 +0000
commit388797851a48fc6fbcee50a00eb4c78be72e40f9 (patch)
tree607c28d8ea9b23a940c89d3d1711b760dea28181 /lib/gnutls_anon_cred.c
parent511efe55dd36eb5908f8019f927a7c31dde3c880 (diff)
downloadgnutls-388797851a48fc6fbcee50a00eb4c78be72e40f9.tar.gz
several internal types fix.
Diffstat (limited to 'lib/gnutls_anon_cred.c')
-rw-r--r--lib/gnutls_anon_cred.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_anon_cred.c b/lib/gnutls_anon_cred.c
index 835c23ae18..50da169d3d 100644
--- a/lib/gnutls_anon_cred.c
+++ b/lib/gnutls_anon_cred.c
@@ -84,7 +84,7 @@ int ret;
**/
int gnutls_anon_allocate_server_credentials( gnutls_anon_server_credentials *sc) {
- *sc = gnutls_calloc( 1, sizeof(ANON_SERVER_CREDENTIALS_INT));
+ *sc = gnutls_calloc( 1, sizeof(anon_server_credentials_st));
return 0;
}
@@ -101,7 +101,7 @@ void gnutls_anon_free_client_credentials( gnutls_anon_client_credentials sc) {
}
/**
- * gnutls_allocate_anon_client_credentials - Used to allocate an GNUTLS_ANON_CLIENT CREDENTIALS structure
+ * gnutls_allocate_anon_client_credentials - Used to allocate a credentials structure
* @sc: is a pointer to an &gnutls_anon_client_credentials structure.
*
* This structure is complex enough to manipulate directly thus