summaryrefslogtreecommitdiffstats
path: root/doc/functions/gnutls_pkcs11_obj_init
blob: 6e4679eac68b38d95ef8ace9664b65456fee12d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@deftypefun {int} {gnutls_pkcs11_obj_init} (gnutls_pkcs11_obj_t * @var{obj})
@var{obj}: A pointer to the type to be initialized

This function will initialize a pkcs11 certificate structure.

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

@strong{Since:} 2.12.0
@end deftypefun