diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-28 12:40:42 +0000 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2003-12-28 12:40:42 +0000 |
commit | ff4c7c67a36b23114cbb9175820826ee048f5edb (patch) | |
tree | 00133592ef6f23eccc5cc119a6175bec8b223bc2 /includes | |
parent | f627cf89380aebc3d14fe7974a4fba9c0987a30f (diff) | |
download | gnutls-ff4c7c67a36b23114cbb9175820826ee048f5edb.tar.gz |
Added gnutls_x509_crt_cpy_crl_dist_points()
Diffstat (limited to 'includes')
-rw-r--r-- | includes/gnutls/x509.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/gnutls/x509.h b/includes/gnutls/x509.h index 631e6e00a1..d482c8bf62 100644 --- a/includes/gnutls/x509.h +++ b/includes/gnutls/x509.h @@ -93,6 +93,8 @@ int gnutls_x509_crt_get_crl_dist_points(gnutls_x509_crt cert, unsigned int *critical); int gnutls_x509_crt_set_crl_dist_points(gnutls_x509_crt crt, gnutls_x509_subject_alt_name type, const void* data_string, unsigned int reason_flags); +int gnutls_x509_crt_cpy_crl_dist_points(gnutls_x509_crt dst, + gnutls_x509_crt src); time_t gnutls_x509_crt_get_activation_time(gnutls_x509_crt cert); time_t gnutls_x509_crt_get_expiration_time(gnutls_x509_crt cert); |