summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-10-09 20:16:27 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-10-09 20:16:27 +0200
commit85402003700ce7b75ea53fcb98b8eb469bfbf0dc (patch)
treeaeecd23d7f7a8779217cfe9f0c298ac44fcfa86e
parentf2600a0f0bd7949233a6553e62bca48d257ac1ec (diff)
downloadgnutls-85402003700ce7b75ea53fcb98b8eb469bfbf0dc.tar.gz
updated auto-generated files
-rw-r--r--doc/Makefile.am4
-rw-r--r--doc/manpages/Makefile.am2
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index d9b4022985..3cf4a8a285 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -2280,6 +2280,8 @@ FUNCS += functions/gnutls_x509_crt_set_issuer_dn
FUNCS += functions/gnutls_x509_crt_set_issuer_dn.short
FUNCS += functions/gnutls_x509_crt_set_issuer_dn_by_oid
FUNCS += functions/gnutls_x509_crt_set_issuer_dn_by_oid.short
+FUNCS += functions/gnutls_x509_crt_set_issuer_unique_id
+FUNCS += functions/gnutls_x509_crt_set_issuer_unique_id.short
FUNCS += functions/gnutls_x509_crt_set_key
FUNCS += functions/gnutls_x509_crt_set_key.short
FUNCS += functions/gnutls_x509_crt_set_key_purpose_oid
@@ -2308,6 +2310,8 @@ FUNCS += functions/gnutls_x509_crt_set_subject_alt_name
FUNCS += functions/gnutls_x509_crt_set_subject_alt_name.short
FUNCS += functions/gnutls_x509_crt_set_subject_key_id
FUNCS += functions/gnutls_x509_crt_set_subject_key_id.short
+FUNCS += functions/gnutls_x509_crt_set_subject_unique_id
+FUNCS += functions/gnutls_x509_crt_set_subject_unique_id.short
FUNCS += functions/gnutls_x509_crt_set_version
FUNCS += functions/gnutls_x509_crt_set_version.short
FUNCS += functions/gnutls_x509_crt_sign
diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am
index 6d16787e01..1cb99c4920 100644
--- a/doc/manpages/Makefile.am
+++ b/doc/manpages/Makefile.am
@@ -933,6 +933,7 @@ APIMANS += gnutls_x509_crt_set_extension_by_oid.3
APIMANS += gnutls_x509_crt_set_issuer_alt_name.3
APIMANS += gnutls_x509_crt_set_issuer_dn.3
APIMANS += gnutls_x509_crt_set_issuer_dn_by_oid.3
+APIMANS += gnutls_x509_crt_set_issuer_unique_id.3
APIMANS += gnutls_x509_crt_set_key.3
APIMANS += gnutls_x509_crt_set_key_purpose_oid.3
APIMANS += gnutls_x509_crt_set_key_usage.3
@@ -947,6 +948,7 @@ APIMANS += gnutls_x509_crt_set_serial.3
APIMANS += gnutls_x509_crt_set_subject_alternative_name.3
APIMANS += gnutls_x509_crt_set_subject_alt_name.3
APIMANS += gnutls_x509_crt_set_subject_key_id.3
+APIMANS += gnutls_x509_crt_set_subject_unique_id.3
APIMANS += gnutls_x509_crt_set_version.3
APIMANS += gnutls_x509_crt_sign.3
APIMANS += gnutls_x509_crt_sign2.3