diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-18 13:45:34 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-10-18 13:45:34 +0200 |
commit | 59346c6a020bad26dddf9e5da3d5070c79ee323a (patch) | |
tree | 76199fec92a3bc8f137c8c86af2f19a345aafc57 /doc | |
parent | 6a8889c32c8796a2870c8e3d86615d1b3702c93f (diff) | |
download | gnutls-59346c6a020bad26dddf9e5da3d5070c79ee323a.tar.gz |
updated auto-generated filespkcs7-time-check
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 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 |