Blame doc/functions/gnutls_ocsp_resp_get_produced

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit Service 991b93
@deftypefun {time_t} {gnutls_ocsp_resp_get_produced} (gnutls_ocsp_resp_const_t @var{resp})
Packit aea12f
@var{resp}: should contain a @code{gnutls_ocsp_resp_t}  type
Packit aea12f
Packit aea12f
This function will return the time when the OCSP response was
Packit aea12f
signed.
Packit aea12f
Packit aea12f
@strong{Returns:} signing time, or (time_t)-1 on error.
Packit aea12f
@end deftypefun