diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-05-29 10:36:24 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-06-20 15:57:05 +0200 |
commit | 601786cdae97a93a0b4849ac1764d0c2763908d5 (patch) | |
tree | 46d01c3d1d72743cc4417618c5195c543c34656f /doc | |
parent | e9366c86ee8434669014fc1544d52e384430072a (diff) | |
download | gnutls-601786cdae97a93a0b4849ac1764d0c2763908d5.tar.gz |
updated auto-generated files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 9452126ad4..3ab2ad0049 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1027,6 +1027,8 @@ FUNCS += functions/gnutls_fips140_mode_enabled FUNCS += functions/gnutls_fips140_mode_enabled.short FUNCS += functions/gnutls_fips140_set_mode FUNCS += functions/gnutls_fips140_set_mode.short +FUNCS += functions/gnutls_get_system_config_file +FUNCS += functions/gnutls_get_system_config_file.short FUNCS += functions/gnutls_global_deinit FUNCS += functions/gnutls_global_deinit.short FUNCS += functions/gnutls_global_init diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 9beee86060..063ebcb659 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -315,6 +315,7 @@ APIMANS += gnutls_ext_set_data.3 APIMANS += gnutls_fingerprint.3 APIMANS += gnutls_fips140_mode_enabled.3 APIMANS += gnutls_fips140_set_mode.3 +APIMANS += gnutls_get_system_config_file.3 APIMANS += gnutls_global_deinit.3 APIMANS += gnutls_global_init.3 APIMANS += gnutls_global_set_audit_log_function.3 |