summaryrefslogtreecommitdiffstats
path: root/apps/tsget.in
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-06-25 22:06:25 +0200
committerRichard Levitte <levitte@openssl.org>2017-06-25 22:14:30 +0200
commit6544a91cefe817156461e57a4538c3fe7f621075 (patch)
tree681ee47c1193eb05610fba30ae461c0164c2b71a /apps/tsget.in
parentb996766aa87d5c918e96782f43021e9050a7c079 (diff)
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 <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3768)
Diffstat (limited to 'apps/tsget.in')
-rw-r--r--apps/tsget.in1
1 files changed, 0 insertions, 1 deletions
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();