blob: 91ceb8eb0c2358ef7a18551b7187cbc198fabf1b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@deftypefun {void} {gnutls_certificate_free_credentials} (gnutls_certificate_credentials_t @var{sc})
@var{sc}: is a @code{gnutls_certificate_credentials_t} type.
Free a gnutls_certificate_credentials_t structure.
This function does not free any temporary parameters associated
with this structure (ie RSA and DH parameters are not freed by this
function).
@end deftypefun
|