Blame doc/functions/gnutls_x509_crt_get_activation_time

Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
Packit aea12f
@deftypefun {time_t} {gnutls_x509_crt_get_activation_time} (gnutls_x509_crt_t @var{cert})
Packit aea12f
@var{cert}: should contain a @code{gnutls_x509_crt_t}  type
Packit aea12f
Packit aea12f
This function will return the time this Certificate was or will be
Packit aea12f
activated.
Packit aea12f
Packit aea12f
@strong{Returns:} activation time, or (time_t)-1 on error.
Packit aea12f
@end deftypefun