summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_cipher_deinit
blob: 932ccca526847bef2f8dde7a905adce5149f93e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
@deftypefun {void} {gnutls_cipher_deinit} (gnutls_cipher_hd_t @var{handle})
@var{handle}: is a @code{gnutls_cipher_hd_t}  type

This function will deinitialize all resources occupied by the given
encryption context.

@strong{Since:} 2.10.0
@end deftypefun