From 282c1321962e7ed1714c7d59495c60affce806db Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 25 Jun 2017 22:10:42 +0200 Subject: tsget: 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/3769) --- apps/tsget | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/tsget b/apps/tsget index 0d54e9fc9a..0fca99f438 100644 --- a/apps/tsget +++ b/apps/tsget @@ -193,4 +193,3 @@ REQUEST: foreach (@ARGV) { STDERR->printflush(", $output written.\n") if $options{v}; } $curl->cleanup(); -WWW::Curl::Easy::global_cleanup(); -- cgit v1.2.3