summaryrefslogtreecommitdiff
path: root/lib/global.h
diff options
context:
space:
mode:
authorDaiki Ueno <dueno@redhat.com>2017-11-28 18:28:19 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2018-02-19 15:29:36 +0100
commitf0a3c596ff55e0bbd0888bdf0e3dfb809a44b133 (patch)
tree80b17ed348eaeede3da3f672d28a857964134781 /lib/global.h
parent545ec57a2026d2d2f4ddc4acde9f7cc84fefeca5 (diff)
downloadgnutls-f0a3c596ff55e0bbd0888bdf0e3dfb809a44b133.tar.gz
_gnutls_nss_keylog_write: define new internal API
This patch turns the write_nss_key_log function to an internal API (with a different name) so that it can be called from other places implementing TLS 1.3 key scheduling. Signed-off-by: Daiki Ueno <dueno@redhat.com>
Diffstat (limited to 'lib/global.h')
-rw-r--r--lib/global.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/global.h b/lib/global.h
index 45d8dcaff8..c1aa7863b5 100644
--- a/lib/global.h
+++ b/lib/global.h
@@ -44,6 +44,7 @@ extern int _gnutls_log_level;
extern int gnutls_crypto_init(void);
extern void gnutls_crypto_deinit(void);
extern void _gnutls_tpm_global_deinit(void);
+extern void _gnutls_nss_keylog_deinit(void);
extern void _gnutls_load_system_priorities(void);
extern void _gnutls_unload_system_priorities(void);