summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_x509_aki_init
blob: 18244f667552112ab1ab2b900dd5a39b510c22a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
@deftypefun {int} {gnutls_x509_aki_init} (gnutls_x509_aki_t * @var{aki})
@var{aki}: The authority key ID type

This function will initialize an authority key ID.

@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0) is returned, otherwise a negative error value.

@strong{Since:} 3.3.0
@end deftypefun