mirror of
https://github.com/curl/curl.git
synced 2026-05-30 11:27:29 +03:00
gtls: Call keylog_close in cleanup
This commit is contained in:
parent
e76080fb73
commit
8e847fa536
1 changed files with 1 additions and 0 deletions
|
|
@ -169,6 +169,7 @@ static int gtls_init(void)
|
|||
static void gtls_cleanup(void)
|
||||
{
|
||||
gnutls_global_deinit();
|
||||
Curl_tls_keylog_close();
|
||||
}
|
||||
|
||||
#ifndef CURL_DISABLE_VERBOSE_STRINGS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue