diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-20 10:51:21 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-20 11:11:47 +0100 |
commit | 743eda0653266b234887e80124b1cf72531ea9e5 (patch) | |
tree | 928a192e3890a7f1913ff9f2b1799dd30fd45325 /doc/Makefile.am | |
parent | 1dcf6fce00eea99082a5ad097d6660aa2000e75c (diff) | |
download | gnutls-743eda0653266b234887e80124b1cf72531ea9e5.tar.gz |
renamed some of the newly introduced functions
Diffstat (limited to 'doc/Makefile.am')
-rw-r--r-- | doc/Makefile.am | 96 |
1 files changed, 48 insertions, 48 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 7d58861278..50c7f3585b 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -2308,54 +2308,54 @@ FUNCS += functions/gnutls_x509_dn_oid_known FUNCS += functions/gnutls_x509_dn_oid_known.short FUNCS += functions/gnutls_x509_dn_oid_name FUNCS += functions/gnutls_x509_dn_oid_name.short -FUNCS += functions/gnutls_x509_ext_get_aia -FUNCS += functions/gnutls_x509_ext_get_aia.short -FUNCS += functions/gnutls_x509_ext_get_authority_key_id -FUNCS += functions/gnutls_x509_ext_get_authority_key_id.short -FUNCS += functions/gnutls_x509_ext_get_basic_constraints -FUNCS += functions/gnutls_x509_ext_get_basic_constraints.short -FUNCS += functions/gnutls_x509_ext_get_crl_dist_points -FUNCS += functions/gnutls_x509_ext_get_crl_dist_points.short -FUNCS += functions/gnutls_x509_ext_get_key_purposes -FUNCS += functions/gnutls_x509_ext_get_key_purposes.short -FUNCS += functions/gnutls_x509_ext_get_key_usage -FUNCS += functions/gnutls_x509_ext_get_key_usage.short -FUNCS += functions/gnutls_x509_ext_get_name_constraints -FUNCS += functions/gnutls_x509_ext_get_name_constraints.short -FUNCS += functions/gnutls_x509_ext_get_policies -FUNCS += functions/gnutls_x509_ext_get_policies.short -FUNCS += functions/gnutls_x509_ext_get_private_key_usage_period -FUNCS += functions/gnutls_x509_ext_get_private_key_usage_period.short -FUNCS += functions/gnutls_x509_ext_get_proxy -FUNCS += functions/gnutls_x509_ext_get_proxy.short -FUNCS += functions/gnutls_x509_ext_get_subject_alt_names -FUNCS += functions/gnutls_x509_ext_get_subject_alt_names.short -FUNCS += functions/gnutls_x509_ext_get_subject_key_id -FUNCS += functions/gnutls_x509_ext_get_subject_key_id.short -FUNCS += functions/gnutls_x509_ext_set_aia -FUNCS += functions/gnutls_x509_ext_set_aia.short -FUNCS += functions/gnutls_x509_ext_set_authority_key_id -FUNCS += functions/gnutls_x509_ext_set_authority_key_id.short -FUNCS += functions/gnutls_x509_ext_set_basic_constraints -FUNCS += functions/gnutls_x509_ext_set_basic_constraints.short -FUNCS += functions/gnutls_x509_ext_set_crl_dist_points -FUNCS += functions/gnutls_x509_ext_set_crl_dist_points.short -FUNCS += functions/gnutls_x509_ext_set_key_purposes -FUNCS += functions/gnutls_x509_ext_set_key_purposes.short -FUNCS += functions/gnutls_x509_ext_set_key_usage -FUNCS += functions/gnutls_x509_ext_set_key_usage.short -FUNCS += functions/gnutls_x509_ext_set_name_constraints -FUNCS += functions/gnutls_x509_ext_set_name_constraints.short -FUNCS += functions/gnutls_x509_ext_set_policies -FUNCS += functions/gnutls_x509_ext_set_policies.short -FUNCS += functions/gnutls_x509_ext_set_private_key_usage_period -FUNCS += functions/gnutls_x509_ext_set_private_key_usage_period.short -FUNCS += functions/gnutls_x509_ext_set_proxy -FUNCS += functions/gnutls_x509_ext_set_proxy.short -FUNCS += functions/gnutls_x509_ext_set_subject_alt_names -FUNCS += functions/gnutls_x509_ext_set_subject_alt_names.short -FUNCS += functions/gnutls_x509_ext_set_subject_key_id -FUNCS += functions/gnutls_x509_ext_set_subject_key_id.short +FUNCS += functions/gnutls_x509_ext_export_aia +FUNCS += functions/gnutls_x509_ext_export_aia.short +FUNCS += functions/gnutls_x509_ext_export_authority_key_id +FUNCS += functions/gnutls_x509_ext_export_authority_key_id.short +FUNCS += functions/gnutls_x509_ext_export_basic_constraints +FUNCS += functions/gnutls_x509_ext_export_basic_constraints.short +FUNCS += functions/gnutls_x509_ext_export_crl_dist_points +FUNCS += functions/gnutls_x509_ext_export_crl_dist_points.short +FUNCS += functions/gnutls_x509_ext_export_key_purposes +FUNCS += functions/gnutls_x509_ext_export_key_purposes.short +FUNCS += functions/gnutls_x509_ext_export_key_usage +FUNCS += functions/gnutls_x509_ext_export_key_usage.short +FUNCS += functions/gnutls_x509_ext_export_name_constraints +FUNCS += functions/gnutls_x509_ext_export_name_constraints.short +FUNCS += functions/gnutls_x509_ext_export_policies +FUNCS += functions/gnutls_x509_ext_export_policies.short +FUNCS += functions/gnutls_x509_ext_export_private_key_usage_period +FUNCS += functions/gnutls_x509_ext_export_private_key_usage_period.short +FUNCS += functions/gnutls_x509_ext_export_proxy +FUNCS += functions/gnutls_x509_ext_export_proxy.short +FUNCS += functions/gnutls_x509_ext_export_subject_alt_names +FUNCS += functions/gnutls_x509_ext_export_subject_alt_names.short +FUNCS += functions/gnutls_x509_ext_export_subject_key_id +FUNCS += functions/gnutls_x509_ext_export_subject_key_id.short +FUNCS += functions/gnutls_x509_ext_import_aia +FUNCS += functions/gnutls_x509_ext_import_aia.short +FUNCS += functions/gnutls_x509_ext_import_authority_key_id +FUNCS += functions/gnutls_x509_ext_import_authority_key_id.short +FUNCS += functions/gnutls_x509_ext_import_basic_constraints +FUNCS += functions/gnutls_x509_ext_import_basic_constraints.short +FUNCS += functions/gnutls_x509_ext_import_crl_dist_points +FUNCS += functions/gnutls_x509_ext_import_crl_dist_points.short +FUNCS += functions/gnutls_x509_ext_import_key_purposes +FUNCS += functions/gnutls_x509_ext_import_key_purposes.short +FUNCS += functions/gnutls_x509_ext_import_key_usage +FUNCS += functions/gnutls_x509_ext_import_key_usage.short +FUNCS += functions/gnutls_x509_ext_import_name_constraints +FUNCS += functions/gnutls_x509_ext_import_name_constraints.short +FUNCS += functions/gnutls_x509_ext_import_policies +FUNCS += functions/gnutls_x509_ext_import_policies.short +FUNCS += functions/gnutls_x509_ext_import_private_key_usage_period +FUNCS += functions/gnutls_x509_ext_import_private_key_usage_period.short +FUNCS += functions/gnutls_x509_ext_import_proxy +FUNCS += functions/gnutls_x509_ext_import_proxy.short +FUNCS += functions/gnutls_x509_ext_import_subject_alt_names +FUNCS += functions/gnutls_x509_ext_import_subject_alt_names.short +FUNCS += functions/gnutls_x509_ext_import_subject_key_id +FUNCS += functions/gnutls_x509_ext_import_subject_key_id.short FUNCS += functions/gnutls_x509_key_purpose_deinit FUNCS += functions/gnutls_x509_key_purpose_deinit.short FUNCS += functions/gnutls_x509_key_purpose_get |