diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-08-04 19:47:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-08-04 19:47:00 +0200 |
commit | 377523481e908ab80a5aa1c416660d07eacedff1 (patch) | |
tree | f2d200677ccaae9c2112096caa4d9d6a7ec01416 /doc | |
parent | 2db9b2210fac7bd14f6b581a956db01d4da87cd0 (diff) | |
download | gnutls-377523481e908ab80a5aa1c416660d07eacedff1.tar.gz |
updated auto-generated filestmp-various-cleanups
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 876227b426..2fe3b0d910 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -674,6 +674,10 @@ FUNCS += functions/gnutls_auth_get_type FUNCS += functions/gnutls_auth_get_type.short FUNCS += functions/gnutls_auth_server_get_type FUNCS += functions/gnutls_auth_server_get_type.short +FUNCS += functions/gnutls_base64_decode2 +FUNCS += functions/gnutls_base64_decode2.short +FUNCS += functions/gnutls_base64_encode2 +FUNCS += functions/gnutls_base64_encode2.short FUNCS += functions/gnutls_buffer_append_data FUNCS += functions/gnutls_buffer_append_data.short FUNCS += functions/gnutls_bye diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index ac2238debb..a2bf741226 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -133,6 +133,8 @@ APIMANS += gnutls_anon_set_server_params_function.3 APIMANS += gnutls_auth_client_get_type.3 APIMANS += gnutls_auth_get_type.3 APIMANS += gnutls_auth_server_get_type.3 +APIMANS += gnutls_base64_decode2.3 +APIMANS += gnutls_base64_encode2.3 APIMANS += gnutls_buffer_append_data.3 APIMANS += gnutls_bye.3 APIMANS += gnutls_certificate_activation_time_peers.3 |