blob: bf86b67e075a2849797910d2cdd829290d904769 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
@deftypefun {void} {gnutls_certificate_set_flags} (gnutls_certificate_credentials_t @var{res}, unsigned int @var{flags})
@var{res}: is a gnutls_certificate_credentials_t type
@var{flags}: are the flags of @code{gnutls_certificate_flags} type
This function will set flags to tweak the operation of
the credentials structure. See the @code{gnutls_certificate_flags} enumerations
for more information on the available flags.
@strong{Since:} 3.4.7
@end deftypefun
|