]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
More doc fixes.
authorSimon Josefsson <simon@josefsson.org>
Mon, 10 Oct 2011 12:27:46 +0000 (14:27 +0200)
committerSimon Josefsson <simon@josefsson.org>
Mon, 10 Oct 2011 12:27:46 +0000 (14:27 +0200)
doc/manpages/Makefile.am
lib/includes/gnutls/abstract.h

index 6c87b765ea9f7116e09178112f5c8f55d572493c..a3360a270dc9306212efc0f4017cdfbdf1ab7058 100644 (file)
@@ -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
index 7644e18025a2ae2d8b570668cedf037f0f447229..02821de9d1e71ead00a4186e89e06c67e5651d5e 100644 (file)
@@ -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);