blob: fd0a6494615435976bbc4f8789d7dc205cf019eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
@deftypefun {void} {gnutls_certificate_free_cas} (gnutls_certificate_credentials_t @var{sc})
@var{sc}: is a @code{gnutls_certificate_credentials_t} type.
This function was operational on very early versions of gnutls.
Due to internal refactorings and the fact that this was hardly ever
used, it is currently a no-op.
@end deftypefun
|