summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-06-25 22:10:42 +0200
committerRichard Levitte <levitte@openssl.org>2017-06-25 22:17:12 +0200
commit282c1321962e7ed1714c7d59495c60affce806db (patch)
treecb42dbf65aea7e9917f2e1144fcfdbeaa4324a60 /apps
parent72d2ba9743bc556d034d860c1bacff458dd9b204 (diff)
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 <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3769)
Diffstat (limited to 'apps')
-rw-r--r--apps/tsget1
1 files changed, 0 insertions, 1 deletions
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();