From: Simon Josefsson Date: Mon, 10 Mar 2008 15:13:48 +0000 (+0100) Subject: Finish renaming of export x509/openpgp functions. X-Git-Tag: gnutls_2_3_4~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ba1f7d9664e3d3bc401fd5bbde7afa5bee5d051b;p=thirdparty%2Fgnutls.git Finish renaming of export x509/openpgp functions. In particular, gnutls_certificate_get_x509_cas, gnutls_certificate_get_x509_crls, and gnutls_certificate_get_openpgp_keyring. --- diff --git a/includes/gnutls/gnutls.h.in b/includes/gnutls/gnutls.h.in index 525f52efe3..5ce8f35f93 100644 --- a/includes/gnutls/gnutls.h.in +++ b/includes/gnutls/gnutls.h.in @@ -727,16 +727,16 @@ extern "C" gnutls_x509_crl_t * crl_list, int crl_list_size); - void gnutls_certificate_export_x509_cas (gnutls_certificate_credentials_t sc, - gnutls_x509_crt_t **x509_ca_list, - unsigned int* ncas); + void gnutls_certificate_get_x509_cas (gnutls_certificate_credentials_t sc, + gnutls_x509_crt_t **x509_ca_list, + unsigned int* ncas); - void gnutls_certificate_export_x509_crls (gnutls_certificate_credentials_t sc, - gnutls_x509_crl_t **x509_crl_list, - unsigned int* ncrls); + void gnutls_certificate_get_x509_crls (gnutls_certificate_credentials_t sc, + gnutls_x509_crl_t **x509_crl_list, + unsigned int* ncrls); - void gnutls_certificate_export_openpgp_keyring (gnutls_certificate_credentials_t sc, - gnutls_openpgp_keyring_t *keyring); + void gnutls_certificate_get_openpgp_keyring (gnutls_certificate_credentials_t sc, + gnutls_openpgp_keyring_t *keyring); /* global state functions */