summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-09-01 16:37:54 +0200
committerSimon Josefsson <simon@josefsson.org>2008-09-01 16:37:54 +0200
commitf53f93d0a4af111669ec91a11e19cfd1a34b95f1 (patch)
tree7dee3f849ead4c25a4ead266c8724e1c69218092 /doc
parent0f2295758dc86e4699be4814b732b2ad78e15b7d (diff)
downloadgnutls-f53f93d0a4af111669ec91a11e19cfd1a34b95f1.tar.gz
Generated.
Diffstat (limited to 'doc')
-rw-r--r--doc/manpages/Makefile.am20
1 files changed, 11 insertions, 9 deletions
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index b65821aff1..afbd0491c9 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -69,6 +69,8 @@ APIMANS += gnutls_certificate_type_get_id.3
APIMANS += gnutls_certificate_type_list.3
APIMANS += gnutls_sign_algorithm_get_name.3
APIMANS += gnutls_pk_algorithm_get_name.3
+APIMANS += gnutls_pk_list.3
+APIMANS += gnutls_pk_get_id.3
APIMANS += gnutls_anon_free_server_credentials.3
APIMANS += gnutls_anon_allocate_server_credentials.3
APIMANS += gnutls_anon_free_client_credentials.3
@@ -136,15 +138,6 @@ APIMANS += gnutls_handshake_get_last_in.3
APIMANS += gnutls_handshake_get_last_out.3
APIMANS += gnutls_malloc.3
APIMANS += gnutls_free.3
-APIMANS += gnutls_certificate_set_openpgp_key.3
-APIMANS += gnutls_certificate_set_openpgp_key_mem.3
-APIMANS += gnutls_certificate_set_openpgp_key_file.3
-APIMANS += gnutls_certificate_set_openpgp_key_mem2.3
-APIMANS += gnutls_certificate_set_openpgp_key_file2.3
-APIMANS += gnutls_certificate_set_openpgp_keyring_file.3
-APIMANS += gnutls_certificate_set_openpgp_keyring_mem.3
-APIMANS += gnutls_openpgp_set_recv_key_function.3
-APIMANS += gnutls_openpgp_privkey_sign_hash.3
APIMANS += gnutls_cipher_set_priority.3
APIMANS += gnutls_kx_set_priority.3
APIMANS += gnutls_mac_set_priority.3
@@ -458,6 +451,15 @@ APIMANS += gnutls_openpgp_keyring_check_id.3
APIMANS += gnutls_openpgp_keyring_import.3
APIMANS += gnutls_openpgp_keyring_get_crt_count.3
APIMANS += gnutls_openpgp_keyring_get_crt.3
+APIMANS += gnutls_certificate_set_openpgp_key.3
+APIMANS += gnutls_certificate_set_openpgp_key_mem.3
+APIMANS += gnutls_certificate_set_openpgp_key_file.3
+APIMANS += gnutls_certificate_set_openpgp_key_mem2.3
+APIMANS += gnutls_certificate_set_openpgp_key_file2.3
+APIMANS += gnutls_certificate_set_openpgp_keyring_file.3
+APIMANS += gnutls_certificate_set_openpgp_keyring_mem.3
+APIMANS += gnutls_openpgp_set_recv_key_function.3
+APIMANS += gnutls_openpgp_privkey_sign_hash.3
APIMANS += gnutls_openpgp_crt_print.3
APIMANS += gnutls_openpgp_crt_init.3
APIMANS += gnutls_openpgp_crt_deinit.3