From bdd376c5bde69b2f39cb32fa47be0edb82169e42 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 27 Feb 2013 20:09:45 +0100 Subject: updated --- doc/Makefile.am | 12 ++++++++++++ doc/invoke-certtool.texi | 2 +- doc/manpages/Makefile.am | 6 ++++++ 3 files changed, 19 insertions(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index d064d8c116..adb0ed92b7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -887,6 +887,8 @@ FUNCS += functions/gnutls_handshake_set_post_client_hello_function FUNCS += functions/gnutls_handshake_set_post_client_hello_function.short FUNCS += functions/gnutls_handshake_set_private_extensions FUNCS += functions/gnutls_handshake_set_private_extensions.short +FUNCS += functions/gnutls_handshake_set_random +FUNCS += functions/gnutls_handshake_set_random.short FUNCS += functions/gnutls_handshake_set_timeout FUNCS += functions/gnutls_handshake_set_timeout.short FUNCS += functions/gnutls_hash @@ -1245,6 +1247,8 @@ FUNCS += functions/gnutls_pkcs11_privkey_init FUNCS += functions/gnutls_pkcs11_privkey_init.short FUNCS += functions/gnutls_pkcs11_privkey_set_pin_function FUNCS += functions/gnutls_pkcs11_privkey_set_pin_function.short +FUNCS += functions/gnutls_pkcs11_privkey_status +FUNCS += functions/gnutls_pkcs11_privkey_status.short FUNCS += functions/gnutls_pkcs11_reinit FUNCS += functions/gnutls_pkcs11_reinit.short FUNCS += functions/gnutls_pkcs11_set_pin_function @@ -1731,6 +1735,10 @@ FUNCS += functions/gnutls_tpm_privkey_delete FUNCS += functions/gnutls_tpm_privkey_delete.short FUNCS += functions/gnutls_tpm_privkey_generate FUNCS += functions/gnutls_tpm_privkey_generate.short +FUNCS += functions/gnutls_transport_get_int +FUNCS += functions/gnutls_transport_get_int.short +FUNCS += functions/gnutls_transport_get_int2 +FUNCS += functions/gnutls_transport_get_int2.short FUNCS += functions/gnutls_transport_get_ptr FUNCS += functions/gnutls_transport_get_ptr.short FUNCS += functions/gnutls_transport_get_ptr2 @@ -1739,6 +1747,10 @@ FUNCS += functions/gnutls_transport_set_errno FUNCS += functions/gnutls_transport_set_errno.short FUNCS += functions/gnutls_transport_set_errno_function FUNCS += functions/gnutls_transport_set_errno_function.short +FUNCS += functions/gnutls_transport_set_int +FUNCS += functions/gnutls_transport_set_int.short +FUNCS += functions/gnutls_transport_set_int2 +FUNCS += functions/gnutls_transport_set_int2.short FUNCS += functions/gnutls_transport_set_ptr FUNCS += functions/gnutls_transport_set_ptr.short FUNCS += functions/gnutls_transport_set_ptr2 diff --git a/doc/invoke-certtool.texi b/doc/invoke-certtool.texi index 1346cfab00..f75e48ad18 100644 --- a/doc/invoke-certtool.texi +++ b/doc/invoke-certtool.texi @@ -6,7 +6,7 @@ # # DO NOT EDIT THIS FILE (invoke-certtool.texi) # -# It has been AutoGen-ed January 21, 2013 at 06:37:50 PM by AutoGen 5.16 +# It has been AutoGen-ed February 27, 2013 at 07:30:43 PM by AutoGen 5.16 # From the definitions ../src/certtool-args.def # and the template file agtexi-cmd.tpl @end ignore diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 94dc279ce3..9650f77406 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -241,6 +241,7 @@ APIMANS += gnutls_handshake_get_last_out.3 APIMANS += gnutls_handshake_set_max_packet_length.3 APIMANS += gnutls_handshake_set_post_client_hello_function.3 APIMANS += gnutls_handshake_set_private_extensions.3 +APIMANS += gnutls_handshake_set_random.3 APIMANS += gnutls_handshake_set_timeout.3 APIMANS += gnutls_hash.3 APIMANS += gnutls_hash_deinit.3 @@ -420,6 +421,7 @@ APIMANS += gnutls_pkcs11_privkey_get_pk_algorithm.3 APIMANS += gnutls_pkcs11_privkey_import_url.3 APIMANS += gnutls_pkcs11_privkey_init.3 APIMANS += gnutls_pkcs11_privkey_set_pin_function.3 +APIMANS += gnutls_pkcs11_privkey_status.3 APIMANS += gnutls_pkcs11_reinit.3 APIMANS += gnutls_pkcs11_set_pin_function.3 APIMANS += gnutls_pkcs11_set_token_function.3 @@ -663,10 +665,14 @@ APIMANS += gnutls_tpm_key_list_deinit.3 APIMANS += gnutls_tpm_key_list_get_url.3 APIMANS += gnutls_tpm_privkey_delete.3 APIMANS += gnutls_tpm_privkey_generate.3 +APIMANS += gnutls_transport_get_int.3 +APIMANS += gnutls_transport_get_int2.3 APIMANS += gnutls_transport_get_ptr.3 APIMANS += gnutls_transport_get_ptr2.3 APIMANS += gnutls_transport_set_errno.3 APIMANS += gnutls_transport_set_errno_function.3 +APIMANS += gnutls_transport_set_int.3 +APIMANS += gnutls_transport_set_int2.3 APIMANS += gnutls_transport_set_ptr.3 APIMANS += gnutls_transport_set_ptr2.3 APIMANS += gnutls_transport_set_pull_function.3 -- cgit v1.2.1