]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Finish renaming of export x509/openpgp functions.
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Mar 2008 15:13:48 +0000 (16:13 +0100)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Mar 2008 15:13:48 +0000 (16:13 +0100)
In particular, gnutls_certificate_get_x509_cas,
gnutls_certificate_get_x509_crls, and
gnutls_certificate_get_openpgp_keyring.

includes/gnutls/gnutls.h.in

index 525f52efe38ba6e927839da1949c4e15baf9c24c..5ce8f35f93bc08dd316bb2cf8b59e382c8fad8f9 100644 (file)
@@ -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
  */