summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am2
-rw-r--r--doc/manpages/Makefile.am1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 1ca47a1e7a..b606394487 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2104,6 +2104,8 @@ FUNCS += functions/gnutls_transport_set_vec_push_function
FUNCS += functions/gnutls_transport_set_vec_push_function.short
FUNCS += functions/gnutls_url_is_supported
FUNCS += functions/gnutls_url_is_supported.short
+FUNCS += functions/gnutls_utf8_password_normalize
+FUNCS += functions/gnutls_utf8_password_normalize.short
FUNCS += functions/gnutls_verify_stored_pubkey
FUNCS += functions/gnutls_verify_stored_pubkey.short
FUNCS += functions/gnutls_x509_aia_deinit
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 86eb165e45..254fb7330d 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -846,6 +846,7 @@ APIMANS += gnutls_transport_set_pull_timeout_function.3
APIMANS += gnutls_transport_set_push_function.3
APIMANS += gnutls_transport_set_vec_push_function.3
APIMANS += gnutls_url_is_supported.3
+APIMANS += gnutls_utf8_password_normalize.3
APIMANS += gnutls_verify_stored_pubkey.3
APIMANS += gnutls_x509_aia_deinit.3
APIMANS += gnutls_x509_aia_get.3