Blame doc/functions/gnutls_x509_policies_set

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {int} {gnutls_x509_policies_set} (gnutls_x509_policies_t @var{policies}, const struct gnutls_x509_policy_st * @var{policy})
Packit aea12f
@var{policies}: An initialized policies
Packit aea12f
Packit aea12f
@var{policy}: Contains the policy to set
Packit aea12f
Packit aea12f
This function will store the specified policy in
Packit aea12f
the provided  @code{policies} .
Packit aea12f
Packit aea12f
@strong{Returns:} On success, @code{GNUTLS_E_SUCCESS}  (0), otherwise a negative error value.
Packit aea12f
Packit aea12f
@strong{Since:} 3.3.0
Packit aea12f
@end deftypefun