summaryrefslogtreecommitdiff
path: root/lib/gnutls_srp.c
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2004-08-25 13:35:43 +0000
committerSimon Josefsson <simon@josefsson.org>2004-08-25 13:35:43 +0000
commit141f1a04454ab7cbb31c62070e3b4d0e946d231c (patch)
treebc10c720e649b99b662942cfd93be1d3ebf68c01 /lib/gnutls_srp.c
parenta6e6456ccd8aa59290d998224632ecf56b2fc09f (diff)
downloadgnutls-141f1a04454ab7cbb31c62070e3b4d0e946d231c.tar.gz
Doc fix.
Diffstat (limited to 'lib/gnutls_srp.c')
-rw-r--r--lib/gnutls_srp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnutls_srp.c b/lib/gnutls_srp.c
index d0630bceb0..ab679f1c95 100644
--- a/lib/gnutls_srp.c
+++ b/lib/gnutls_srp.c
@@ -374,7 +374,7 @@ mpi_t _gnutls_calc_srp_S2(mpi_t B, mpi_t g, mpi_t x,
}
/**
- * gnutls_srp_free_server_credentials - Used to free an allocated gnutls_srp_client_credentials_t structure
+ * gnutls_srp_free_client_credentials - Used to free an allocated gnutls_srp_client_credentials_t structure
* @sc: is an &gnutls_srp_client_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus
@@ -389,7 +389,7 @@ void gnutls_srp_free_client_credentials(gnutls_srp_client_credentials_t sc)
}
/**
- * gnutls_srp_allocate_server_credentials - Used to allocate an gnutls_srp_server_credentials_t structure
+ * gnutls_srp_allocate_client_credentials - Used to allocate an gnutls_srp_server_credentials_t structure
* @sc: is a pointer to an &gnutls_srp_server_credentials_t structure.
*
* This structure is complex enough to manipulate directly thus