gnutls-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-82-g449d2e9


From: Simon Josefsson
Subject: [SCM] GNU gnutls branch, master, updated. gnutls_3_0_3-82-g449d2e9
Date: Mon, 10 Oct 2011 12:27:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU gnutls".

http://git.savannah.gnu.org/cgit/gnutls.git/commit/?id=449d2e9f559bcf2598e1b56cc6085a1cdad0b237

The branch, master has been updated
       via  449d2e9f559bcf2598e1b56cc6085a1cdad0b237 (commit)
      from  4e2564c0e712cbea217ccc1e5081134c5b701ffb (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 449d2e9f559bcf2598e1b56cc6085a1cdad0b237
Author: Simon Josefsson <address@hidden>
Date:   Mon Oct 10 14:27:46 2011 +0200

    More doc fixes.

-----------------------------------------------------------------------

Summary of changes:
 doc/manpages/Makefile.am       |    3 ++-
 lib/includes/gnutls/abstract.h |    4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 6c87b76..a3360a2 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -154,6 +154,7 @@ APIMANS += gnutls_privkey_get_pk_algorithm.3
 APIMANS += gnutls_privkey_init.3
 APIMANS += gnutls_privkey_deinit.3
 APIMANS += gnutls_privkey_import_pkcs11.3
+APIMANS += gnutls_privkey_import_ext.3
 APIMANS += gnutls_privkey_import_x509.3
 APIMANS += gnutls_privkey_import_openpgp.3
 APIMANS += gnutls_privkey_sign_data.3
@@ -268,6 +269,7 @@ APIMANS += gnutls_psk_set_params_function.3
 APIMANS += gnutls_anon_set_params_function.3
 APIMANS += gnutls_certificate_set_x509_key_mem.3
 APIMANS += gnutls_certificate_set_x509_key.3
+APIMANS += gnutls_certificate_set_key.3
 APIMANS += gnutls_certificate_set_x509_key_file.3
 APIMANS += gnutls_certificate_set_x509_trust_mem.3
 APIMANS += gnutls_certificate_set_x509_trust.3
@@ -324,7 +326,6 @@ APIMANS += gnutls_pem_base64_encode.3
 APIMANS += gnutls_pem_base64_encode_alloc.3
 APIMANS += gnutls_pem_base64_decode.3
 APIMANS += gnutls_pem_base64_decode_alloc.3
-APIMANS += gnutls_register_md5_handler.3
 APIMANS += gnutls_global_init_extra.3
 APIMANS += gnutls_extra_check_version.3
 APIMANS += gnutls_x509_dn_oid_known.3
diff --git a/lib/includes/gnutls/abstract.h b/lib/includes/gnutls/abstract.h
index 7644e18..02821de 100644
--- a/lib/includes/gnutls/abstract.h
+++ b/lib/includes/gnutls/abstract.h
@@ -274,8 +274,8 @@ void gnutls_certificate_set_retrieve_function2
 
 int
 gnutls_certificate_set_key (gnutls_certificate_credentials_t res,
-                            const char** name,
-                            int name_size,
+                            const char** names,
+                            int names_size,
                             gnutls_pcert_st * pcert_list,
                             int pcert_list_size,
                             gnutls_privkey_t key);


hooks/post-receive
-- 
GNU gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]