diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-09 20:48:40 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-08-09 20:48:40 +0200 |
commit | 8098baff24056a7cf8433f8d0c331cdec6970c47 (patch) | |
tree | 15782aceae5f9a417ac8989b4c214458f49368c2 /doc | |
parent | eab63219418f6c3aeb1a8505fb670696f3ced0ca (diff) | |
download | gnutls-8098baff24056a7cf8433f8d0c331cdec6970c47.tar.gz |
updated auto-generated files for new functions
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 6 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 87069cc59b..297f7ad1f6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1025,8 +1025,12 @@ FUNCS += functions/gnutls_hex2bin FUNCS += functions/gnutls_hex2bin.short FUNCS += functions/gnutls_hex_decode FUNCS += functions/gnutls_hex_decode.short +FUNCS += functions/gnutls_hex_decode2 +FUNCS += functions/gnutls_hex_decode2.short FUNCS += functions/gnutls_hex_encode FUNCS += functions/gnutls_hex_encode.short +FUNCS += functions/gnutls_hex_encode2 +FUNCS += functions/gnutls_hex_encode2.short FUNCS += functions/gnutls_hmac FUNCS += functions/gnutls_hmac.short FUNCS += functions/gnutls_hmac_deinit @@ -1567,6 +1571,8 @@ FUNCS += functions/gnutls_prf FUNCS += functions/gnutls_prf.short FUNCS += functions/gnutls_prf_raw FUNCS += functions/gnutls_prf_raw.short +FUNCS += functions/gnutls_prf_rfc5705 +FUNCS += functions/gnutls_prf_rfc5705.short FUNCS += functions/gnutls_priority_certificate_type_list FUNCS += functions/gnutls_priority_certificate_type_list.short FUNCS += functions/gnutls_priority_cipher_list diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index db1f71bab1..440e96918e 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -299,7 +299,9 @@ APIMANS += gnutls_heartbeat_pong.3 APIMANS += gnutls_heartbeat_set_timeouts.3 APIMANS += gnutls_hex2bin.3 APIMANS += gnutls_hex_decode.3 +APIMANS += gnutls_hex_decode2.3 APIMANS += gnutls_hex_encode.3 +APIMANS += gnutls_hex_encode2.3 APIMANS += gnutls_hmac.3 APIMANS += gnutls_hmac_deinit.3 APIMANS += gnutls_hmac_fast.3 @@ -572,6 +574,7 @@ APIMANS += gnutls_pk_self_test.3 APIMANS += gnutls_pk_to_sign.3 APIMANS += gnutls_prf.3 APIMANS += gnutls_prf_raw.3 +APIMANS += gnutls_prf_rfc5705.3 APIMANS += gnutls_priority_certificate_type_list.3 APIMANS += gnutls_priority_cipher_list.3 APIMANS += gnutls_priority_compression_list.3 |