diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-06-05 20:53:04 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-06-05 20:53:04 +0200 |
commit | b0722204422340f93645421df7152c2d01b0cde1 (patch) | |
tree | 0758e19fb1c467b97d81b79e2e0f17fbfd7ea375 /doc | |
parent | 38890b203ad80a84f40fb13d975b207144ee5327 (diff) | |
download | gnutls-b0722204422340f93645421df7152c2d01b0cde1.tar.gz |
regenerated Makefile.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manpages/Makefile.am | 19 |
1 files changed, 11 insertions, 8 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 141422809e..026d338946 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -119,6 +119,7 @@ APIMANS += gnutls_transport_set_push_function.3 APIMANS += gnutls_transport_set_vec_push_function.3 APIMANS += gnutls_transport_set_errno_function.3 APIMANS += gnutls_certificate_free_keys.3 +APIMANS += gnutls_certificate_get_issuer.3 APIMANS += gnutls_certificate_free_cas.3 APIMANS += gnutls_certificate_get_x509_cas.3 APIMANS += gnutls_certificate_get_x509_crls.3 @@ -162,6 +163,7 @@ APIMANS += gnutls_strerror.3 APIMANS += gnutls_strerror_name.3 APIMANS += gnutls_ext_register.3 APIMANS += gnutls_global_set_log_function.3 +APIMANS += gnutls_global_set_time_function.3 APIMANS += gnutls_global_set_log_level.3 APIMANS += gnutls_global_set_mem_functions.3 APIMANS += gnutls_global_init.3 @@ -437,6 +439,7 @@ APIMANS += gnutls_x509_crq_get_key_purpose_oid.3 APIMANS += gnutls_x509_crq_set_key_purpose_oid.3 APIMANS += gnutls_x509_crq_get_key_id.3 APIMANS += gnutls_x509_crq_privkey_sign.3 +APIMANS += gnutls_x509_crq_verify.3 APIMANS += gnutls_x509_dn_init.3 APIMANS += gnutls_x509_dn_import.3 APIMANS += gnutls_x509_dn_deinit.3 @@ -447,14 +450,6 @@ APIMANS += gnutls_x509_dn_export.3 APIMANS += gnutls_x509_crt_print.3 APIMANS += gnutls_x509_crl_print.3 APIMANS += gnutls_x509_crq_print.3 -APIMANS += gnutls_pkcs12_init.3 -APIMANS += gnutls_pkcs12_deinit.3 -APIMANS += gnutls_pkcs12_import.3 -APIMANS += gnutls_pkcs12_export.3 -APIMANS += gnutls_pkcs12_get_bag.3 -APIMANS += gnutls_pkcs12_set_bag.3 -APIMANS += gnutls_pkcs12_generate_mac.3 -APIMANS += gnutls_pkcs12_verify_mac.3 APIMANS += gnutls_pkcs12_bag_init.3 APIMANS += gnutls_pkcs12_bag_deinit.3 APIMANS += gnutls_pkcs12_bag_get_type.3 @@ -469,6 +464,14 @@ APIMANS += gnutls_pkcs12_bag_get_friendly_name.3 APIMANS += gnutls_pkcs12_bag_set_friendly_name.3 APIMANS += gnutls_pkcs12_bag_decrypt.3 APIMANS += gnutls_pkcs12_bag_encrypt.3 +APIMANS += gnutls_pkcs12_init.3 +APIMANS += gnutls_pkcs12_deinit.3 +APIMANS += gnutls_pkcs12_import.3 +APIMANS += gnutls_pkcs12_export.3 +APIMANS += gnutls_pkcs12_get_bag.3 +APIMANS += gnutls_pkcs12_set_bag.3 +APIMANS += gnutls_pkcs12_generate_mac.3 +APIMANS += gnutls_pkcs12_verify_mac.3 APIMANS += gnutls_pkcs7_init.3 APIMANS += gnutls_pkcs7_deinit.3 APIMANS += gnutls_pkcs7_import.3 |