summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-21 19:46:39 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-09-21 19:46:39 +0200
commit4dfb2f7c7a432240808baf145462ba6266169a01 (patch)
tree140a25a7efbecc481c846a0dc703557c76a17ca3
parenta58bfa74085aa130c991ec18598583918e10c0d2 (diff)
downloadgnutls-4dfb2f7c7a432240808baf145462ba6266169a01.tar.gz
updated makefiles
-rw-r--r--doc/Makefile.am30
-rw-r--r--doc/manpages/Makefile.am15
2 files changed, 24 insertions, 21 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1287d12b20..7fc802aa03 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -806,12 +806,14 @@ FUNCS += functions/gnutls_heartbeat_allowed
FUNCS += functions/gnutls_heartbeat_allowed.short
FUNCS += functions/gnutls_heartbeat_enable
FUNCS += functions/gnutls_heartbeat_enable.short
+FUNCS += functions/gnutls_heartbeat_get_timeout
+FUNCS += functions/gnutls_heartbeat_get_timeout.short
FUNCS += functions/gnutls_heartbeat_ping
FUNCS += functions/gnutls_heartbeat_ping.short
-FUNCS += functions/gnutls_heartbeat_ping_rnd
-FUNCS += functions/gnutls_heartbeat_ping_rnd.short
-FUNCS += functions/gnutls_heartbeat_timeout
-FUNCS += functions/gnutls_heartbeat_timeout.short
+FUNCS += functions/gnutls_heartbeat_pong
+FUNCS += functions/gnutls_heartbeat_pong.short
+FUNCS += functions/gnutls_heartbeat_set_timeouts
+FUNCS += functions/gnutls_heartbeat_set_timeouts.short
FUNCS += functions/gnutls_hex2bin
FUNCS += functions/gnutls_hex2bin.short
FUNCS += functions/gnutls_hex_decode
@@ -1076,6 +1078,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
@@ -1222,14 +1232,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
@@ -1898,10 +1900,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 19af5578c7..ff952ef893 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -231,9 +231,10 @@ APIMANS += gnutls_hash_init.3
APIMANS += gnutls_hash_output.3
APIMANS += gnutls_heartbeat_allowed.3
APIMANS += gnutls_heartbeat_enable.3
+APIMANS += gnutls_heartbeat_get_timeout.3
APIMANS += gnutls_heartbeat_ping.3
-APIMANS += gnutls_heartbeat_ping_rnd.3
-APIMANS += gnutls_heartbeat_timeout.3
+APIMANS += gnutls_heartbeat_pong.3
+APIMANS += gnutls_heartbeat_set_timeouts.3
APIMANS += gnutls_hex2bin.3
APIMANS += gnutls_hex_decode.3
APIMANS += gnutls_hex_encode.3
@@ -366,6 +367,10 @@ APIMANS += gnutls_pem_base64_encode_alloc.3
APIMANS += gnutls_perror.3
APIMANS += gnutls_pk_algorithm_get_name.3
APIMANS += gnutls_pk_bits_to_sec_param.3
+APIMANS += gnutls_pk_get_id.3
+APIMANS += gnutls_pk_get_name.3
+APIMANS += gnutls_pk_list.3
+APIMANS += gnutls_pk_to_sign.3
APIMANS += gnutls_pkcs11_add_provider.3
APIMANS += gnutls_pkcs11_copy_secret_key.3
APIMANS += gnutls_pkcs11_copy_x509_crt.3
@@ -439,10 +444,6 @@ APIMANS += gnutls_pkcs7_set_crl.3
APIMANS += gnutls_pkcs7_set_crl_raw.3
APIMANS += gnutls_pkcs7_set_crt.3
APIMANS += gnutls_pkcs7_set_crt_raw.3
-APIMANS += gnutls_pk_get_id.3
-APIMANS += gnutls_pk_get_name.3
-APIMANS += gnutls_pk_list.3
-APIMANS += gnutls_pk_to_sign.3
APIMANS += gnutls_prf.3
APIMANS += gnutls_prf_raw.3
APIMANS += gnutls_priority_certificate_type_list.3
@@ -782,8 +783,8 @@ APIMANS += gnutls_x509_crt_set_proxy.3
APIMANS += gnutls_x509_crt_set_proxy_dn.3
APIMANS += gnutls_x509_crt_set_pubkey.3
APIMANS += gnutls_x509_crt_set_serial.3
-APIMANS += gnutls_x509_crt_set_subject_alternative_name.3
APIMANS += gnutls_x509_crt_set_subject_alt_name.3
+APIMANS += gnutls_x509_crt_set_subject_alternative_name.3
APIMANS += gnutls_x509_crt_set_subject_key_id.3
APIMANS += gnutls_x509_crt_set_version.3
APIMANS += gnutls_x509_crt_sign.3