Blame doc/functions/gnutls_certificate_free_keys

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {void} {gnutls_certificate_free_keys} (gnutls_certificate_credentials_t @var{sc})
Packit aea12f
@var{sc}: is a @code{gnutls_certificate_credentials_t}  type.
Packit aea12f
Packit aea12f
This function will delete all the keys and the certificates associated
Packit aea12f
with the given credentials. This function must not be called when a
Packit aea12f
TLS negotiation that uses the credentials is in progress.
Packit aea12f
@end deftypefun