From e2e617a634c70c7247f2dbfaa9105fa254bc767f Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 21 Sep 2012 19:47:42 +0200 Subject: [PATCH] updated makefiles --- doc/Makefile.am | 20 ++++++++++---------- doc/manpages/Makefile.am | 2 ++ 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index c43056b65..a54f51813 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1035,6 +1035,14 @@ FUNCS += functions/gnutls_pk_algorithm_get_name FUNCS += functions/gnutls_pk_algorithm_get_name.short FUNCS += functions/gnutls_pk_bits_to_sec_param FUNCS += functions/gnutls_pk_bits_to_sec_param.short +FUNCS += functions/gnutls_pk_get_id +FUNCS += functions/gnutls_pk_get_id.short +FUNCS += functions/gnutls_pk_get_name +FUNCS += functions/gnutls_pk_get_name.short +FUNCS += functions/gnutls_pk_list +FUNCS += functions/gnutls_pk_list.short +FUNCS += functions/gnutls_pk_to_sign +FUNCS += functions/gnutls_pk_to_sign.short FUNCS += functions/gnutls_pkcs11_add_provider FUNCS += functions/gnutls_pkcs11_add_provider.short FUNCS += functions/gnutls_pkcs11_copy_secret_key @@ -1171,14 +1179,6 @@ FUNCS += functions/gnutls_pkcs7_set_crt FUNCS += functions/gnutls_pkcs7_set_crt.short FUNCS += functions/gnutls_pkcs7_set_crt_raw FUNCS += functions/gnutls_pkcs7_set_crt_raw.short -FUNCS += functions/gnutls_pk_get_id -FUNCS += functions/gnutls_pk_get_id.short -FUNCS += functions/gnutls_pk_get_name -FUNCS += functions/gnutls_pk_get_name.short -FUNCS += functions/gnutls_pk_list -FUNCS += functions/gnutls_pk_list.short -FUNCS += functions/gnutls_pk_to_sign -FUNCS += functions/gnutls_pk_to_sign.short FUNCS += functions/gnutls_prf FUNCS += functions/gnutls_prf.short FUNCS += functions/gnutls_prf_raw @@ -1813,10 +1813,10 @@ FUNCS += functions/gnutls_x509_crt_set_pubkey FUNCS += functions/gnutls_x509_crt_set_pubkey.short FUNCS += functions/gnutls_x509_crt_set_serial FUNCS += functions/gnutls_x509_crt_set_serial.short -FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name -FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name.short FUNCS += functions/gnutls_x509_crt_set_subject_alt_name FUNCS += functions/gnutls_x509_crt_set_subject_alt_name.short +FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name +FUNCS += functions/gnutls_x509_crt_set_subject_alternative_name.short FUNCS += functions/gnutls_x509_crt_set_subject_key_id FUNCS += functions/gnutls_x509_crt_set_subject_key_id.short FUNCS += functions/gnutls_x509_crt_set_version diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index f871d7279..1cf74cbf7 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -182,6 +182,7 @@ APIMANS += gnutls_dtls_set_timeouts.3 APIMANS += gnutls_dtls_get_mtu.3 APIMANS += gnutls_dtls_get_data_mtu.3 APIMANS += gnutls_dtls_set_mtu.3 +APIMANS += gnutls_dtls_set_data_mtu.3 APIMANS += gnutls_dtls_get_timeout.3 APIMANS += gnutls_dtls_cookie_send.3 APIMANS += gnutls_dtls_cookie_verify.3 @@ -283,6 +284,7 @@ APIMANS += gnutls_session_set_data.3 APIMANS += gnutls_session_get_data.3 APIMANS += gnutls_session_get_data2.3 APIMANS += gnutls_session_get_random.3 +APIMANS += gnutls_session_set_premaster.3 APIMANS += gnutls_session_get_id.3 APIMANS += gnutls_session_channel_binding.3 APIMANS += gnutls_session_is_resumed.3 -- 2.11.4.GIT