summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-11-19 17:04:11 +0100
committerSimon Josefsson <simon@josefsson.org>2010-11-19 17:04:11 +0100
commit2801cb1188981e00009c12b3bdccf0ad80d2cabf (patch)
tree3ba975e996ced5ed8df9de3ede2be7a30bc650cf
parent96675ab9ab7ca9365a27187479106b222cc8fe65 (diff)
downloadgnutls-2801cb1188981e00009c12b3bdccf0ad80d2cabf.tar.gz
Generated.
-rw-r--r--doc/manpages/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index f9c1887408..340f75178a 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -331,6 +331,7 @@ APIMANS += gnutls_x509_crt_import_pkcs11_url.3
APIMANS += gnutls_x509_crt_import_pkcs11.3
APIMANS += gnutls_x509_crt_list_import_pkcs11.3
APIMANS += gnutls_pkcs11_token_get_flags.3
+APIMANS += gnutls_pkcs11_token_get_mechanism.3
APIMANS += gnutls_pkcs11_privkey_init.3
APIMANS += gnutls_pkcs11_privkey_deinit.3
APIMANS += gnutls_pkcs11_privkey_get_pk_algorithm.3
@@ -340,9 +341,12 @@ APIMANS += gnutls_pkcs11_privkey_sign_hash.3
APIMANS += gnutls_pkcs11_privkey_import_url.3
APIMANS += gnutls_pkcs11_privkey_decrypt_data.3
APIMANS += gnutls_pkcs11_privkey_export_url.3
+APIMANS += gnutls_pkcs11_copy_secret_key.3
APIMANS += gnutls_pkcs11_copy_x509_crt.3
APIMANS += gnutls_pkcs11_copy_x509_privkey.3
APIMANS += gnutls_pkcs11_delete_url.3
+APIMANS += gnutls_pkcs11_token_init.3
+APIMANS += gnutls_pkcs11_token_set_pin.3
APIMANS += gnutls_rnd.3
APIMANS += gnutls_pem_base64_encode.3
APIMANS += gnutls_pem_base64_encode_alloc.3