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 146c9ccb96..8770635a87 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2332,6 +2332,8 @@ FUNCS += functions/gnutls_x509_crt_check_hostname2
FUNCS += functions/gnutls_x509_crt_check_hostname2.short
FUNCS += functions/gnutls_x509_crt_check_issuer
FUNCS += functions/gnutls_x509_crt_check_issuer.short
+FUNCS += functions/gnutls_x509_crt_check_key_purpose
+FUNCS += functions/gnutls_x509_crt_check_key_purpose.short
FUNCS += functions/gnutls_x509_crt_check_revocation
FUNCS += functions/gnutls_x509_crt_check_revocation.short
FUNCS += functions/gnutls_x509_crt_cpy_crl_dist_points
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index ff0b4adfa3..97697befdb 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -960,6 +960,7 @@ APIMANS += gnutls_x509_crt_check_email.3
APIMANS += gnutls_x509_crt_check_hostname.3
APIMANS += gnutls_x509_crt_check_hostname2.3
APIMANS += gnutls_x509_crt_check_issuer.3
+APIMANS += gnutls_x509_crt_check_key_purpose.3
APIMANS += gnutls_x509_crt_check_revocation.3
APIMANS += gnutls_x509_crt_cpy_crl_dist_points.3
APIMANS += gnutls_x509_crt_deinit.3