From: Richard Levitte Date: Sun, 25 Jun 2017 20:06:25 +0000 (+0200) Subject: tsget.in: remove call of WWW::Curl::Easy::global_cleanup X-Git-Tag: OpenSSL_1_1_0g~154 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=de403939a65e3aa581a97aa9a6c60b9d75c3ae8c;p=oweals%2Fopenssl.git tsget.in: remove call of WWW::Curl::Easy::global_cleanup This function is undocumented, but similarly named functions (such as 'curl_global_cleanup') are documented as internals that should not be called by scripts. Fixes #3765 Reviewed-by: Rich Salz (Merged from https://github.com/openssl/openssl/pull/3768) (cherry picked from commit 6544a91cefe817156461e57a4538c3fe7f621075) --- diff --git a/apps/tsget.in b/apps/tsget.in index 89d1bc7ea3..c6193e57da 100644 --- a/apps/tsget.in +++ b/apps/tsget.in @@ -198,4 +198,3 @@ REQUEST: foreach (@ARGV) { STDERR->printflush(", $output written.\n") if $options{v}; } $curl->cleanup(); -WWW::Curl::Easy::global_cleanup();