diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-09 18:53:48 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2017-06-12 10:19:29 +0200 |
commit | 4e7f6e86348419a011dde8274e752f35d06c68d0 (patch) | |
tree | 298c6c6b5c784c5447a7665cb4e159070e265682 /doc | |
parent | 30fe4b6f6dbc3a4d4dde4f1f57ef4ac642fe564a (diff) | |
download | gnutls-4e7f6e86348419a011dde8274e752f35d06c68d0.tar.gz |
updated auto-generated files
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 13 | ||||
-rw-r--r-- | doc/manpages/Makefile.am | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index e331446394..4f49addda7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -530,6 +530,7 @@ ENUMS += enums/dane_query_status_t ENUMS += enums/dane_state_flags_t ENUMS += enums/dane_verify_flags_t ENUMS += enums/dane_verify_status_t +ENUMS += enums/gnutls_abstract_export_flags_t ENUMS += enums/gnutls_alert_description_t ENUMS += enums/gnutls_alert_level_t ENUMS += enums/gnutls_alpn_flags_t @@ -1502,14 +1503,20 @@ FUNCS += functions/gnutls_privkey_deinit FUNCS += functions/gnutls_privkey_deinit.short FUNCS += functions/gnutls_privkey_export_dsa_raw FUNCS += functions/gnutls_privkey_export_dsa_raw.short +FUNCS += functions/gnutls_privkey_export_dsa_raw2 +FUNCS += functions/gnutls_privkey_export_dsa_raw2.short FUNCS += functions/gnutls_privkey_export_ecc_raw FUNCS += functions/gnutls_privkey_export_ecc_raw.short +FUNCS += functions/gnutls_privkey_export_ecc_raw2 +FUNCS += functions/gnutls_privkey_export_ecc_raw2.short FUNCS += functions/gnutls_privkey_export_openpgp FUNCS += functions/gnutls_privkey_export_openpgp.short FUNCS += functions/gnutls_privkey_export_pkcs11 FUNCS += functions/gnutls_privkey_export_pkcs11.short FUNCS += functions/gnutls_privkey_export_rsa_raw FUNCS += functions/gnutls_privkey_export_rsa_raw.short +FUNCS += functions/gnutls_privkey_export_rsa_raw2 +FUNCS += functions/gnutls_privkey_export_rsa_raw2.short FUNCS += functions/gnutls_privkey_export_x509 FUNCS += functions/gnutls_privkey_export_x509.short FUNCS += functions/gnutls_privkey_generate @@ -1620,12 +1627,18 @@ FUNCS += functions/gnutls_pubkey_export2 FUNCS += functions/gnutls_pubkey_export2.short FUNCS += functions/gnutls_pubkey_export_dsa_raw FUNCS += functions/gnutls_pubkey_export_dsa_raw.short +FUNCS += functions/gnutls_pubkey_export_dsa_raw2 +FUNCS += functions/gnutls_pubkey_export_dsa_raw2.short FUNCS += functions/gnutls_pubkey_export_ecc_raw FUNCS += functions/gnutls_pubkey_export_ecc_raw.short +FUNCS += functions/gnutls_pubkey_export_ecc_raw2 +FUNCS += functions/gnutls_pubkey_export_ecc_raw2.short FUNCS += functions/gnutls_pubkey_export_ecc_x962 FUNCS += functions/gnutls_pubkey_export_ecc_x962.short FUNCS += functions/gnutls_pubkey_export_rsa_raw FUNCS += functions/gnutls_pubkey_export_rsa_raw.short +FUNCS += functions/gnutls_pubkey_export_rsa_raw2 +FUNCS += functions/gnutls_pubkey_export_rsa_raw2.short FUNCS += functions/gnutls_pubkey_get_key_id FUNCS += functions/gnutls_pubkey_get_key_id.short FUNCS += functions/gnutls_pubkey_get_key_usage diff --git a/doc/manpages/Makefile.am b/doc/manpages/Makefile.am index 9970841565..eca667b821 100644 --- a/doc/manpages/Makefile.am +++ b/doc/manpages/Makefile.am @@ -548,10 +548,13 @@ APIMANS += gnutls_priority_string_list.3 APIMANS += gnutls_privkey_decrypt_data.3 APIMANS += gnutls_privkey_deinit.3 APIMANS += gnutls_privkey_export_dsa_raw.3 +APIMANS += gnutls_privkey_export_dsa_raw2.3 APIMANS += gnutls_privkey_export_ecc_raw.3 +APIMANS += gnutls_privkey_export_ecc_raw2.3 APIMANS += gnutls_privkey_export_openpgp.3 APIMANS += gnutls_privkey_export_pkcs11.3 APIMANS += gnutls_privkey_export_rsa_raw.3 +APIMANS += gnutls_privkey_export_rsa_raw2.3 APIMANS += gnutls_privkey_export_x509.3 APIMANS += gnutls_privkey_generate.3 APIMANS += gnutls_privkey_generate2.3 @@ -607,9 +610,12 @@ APIMANS += gnutls_pubkey_encrypt_data.3 APIMANS += gnutls_pubkey_export.3 APIMANS += gnutls_pubkey_export2.3 APIMANS += gnutls_pubkey_export_dsa_raw.3 +APIMANS += gnutls_pubkey_export_dsa_raw2.3 APIMANS += gnutls_pubkey_export_ecc_raw.3 +APIMANS += gnutls_pubkey_export_ecc_raw2.3 APIMANS += gnutls_pubkey_export_ecc_x962.3 APIMANS += gnutls_pubkey_export_rsa_raw.3 +APIMANS += gnutls_pubkey_export_rsa_raw2.3 APIMANS += gnutls_pubkey_get_key_id.3 APIMANS += gnutls_pubkey_get_key_usage.3 APIMANS += gnutls_pubkey_get_openpgp_key_id.3 |