From 9f0f488fe12c94bcf2173e5e1e998f7c37587b36 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 12 Mar 2003 11:00:39 +0000 Subject: *** empty log message *** --- lib/gnutls_cert.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gnutls_cert.c b/lib/gnutls_cert.c index 8cf6167e79..dfa9c17573 100644 --- a/lib/gnutls_cert.c +++ b/lib/gnutls_cert.c @@ -81,7 +81,7 @@ void gnutls_certificate_free_credentials(gnutls_certificate_credentials sc) _gnutls_free_datum( &sc->keyring); for (i = 0; i < sc->ncerts; i++) { - gnutls_privkey_deinit( &sc->pkey[i]); + _gnutls_privkey_deinit( &sc->pkey[i]); } gnutls_free( sc->pkey); -- cgit v1.2.1