blob: fd91d7f68d9fb5c2dc88701764a6cc5ad3926094 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
@deftypefun {int} {gnutls_x509_policies_init} (gnutls_x509_policies_t * @var{policies})
@var{policies}: The authority key ID
This function will initialize an authority key ID type.
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS} (0) is returned, otherwise a negative error value.
@strong{Since:} 3.3.0
@end deftypefun
|