blob: f2312566eb4f2a3efa02ecbbf11f8431164808cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
@deftypefun {void} {gnutls_pkcs11_deinit} ( @var{void})
This function will deinitialize the PKCS 11 subsystem in gnutls.
This function is only needed if you need to deinitialize the
subsystem without calling @code{gnutls_global_deinit()} .
@strong{Since:} 2.12.0
@end deftypefun
|