Blame doc/functions/gnutls_x509_crt_get_activation_time

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