summaryrefslogtreecommitdiff
path: root/lib/gnutls_cert.c
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-25 07:12:23 +0000
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2002-09-25 07:12:23 +0000
commit5224df4db84454abfcf8032349bb8e7b1fa17b91 (patch)
tree25124b70e6d86dc4d6bc35b1bb356961ab5da48a /lib/gnutls_cert.c
parentf0a8a3bcf98970c78565c8cb60a50b5b0e057501 (diff)
downloadgnutls-5224df4db84454abfcf8032349bb8e7b1fa17b91.tar.gz
*** empty log message ***
Diffstat (limited to 'lib/gnutls_cert.c')
-rw-r--r--lib/gnutls_cert.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c
index 0704d7ad2b..3666d1562b 100644
--- a/lib/gnutls_cert.c
+++ b/lib/gnutls_cert.c
@@ -101,6 +101,10 @@ void _gnutls_free_cert(gnutls_cert cert)
* This structure is complex enough to manipulate directly thus
* this helper function is provided in order to free (deallocate)
* the structure.
+ *
+ * This function does not free any temporary parameters associated
+ * with this structure (ie RSA and DH parameters are not freed by
+ * this function).
**/
void gnutls_certificate_free_credentials(gnutls_certificate_credentials sc)
{