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