tsget: remove call of WWW::Curl::Easy::global_cleanup
authorRichard Levitte <levitte@openssl.org>
Sun, 25 Jun 2017 20:10:42 +0000 (22:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 25 Jun 2017 20:17:12 +0000 (22:17 +0200)
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)

apps/tsget

index 0d54e9fc9a76fd86108d6a1451edec5cacf2fd3a..0fca99f4385a7927cc3b96262aa5a2a09e68873d 100644 (file)
@@ -193,4 +193,3 @@ REQUEST: foreach (@ARGV) {
     STDERR->printflush(", $output written.\n") if $options{v};
 }
 $curl->cleanup();
-WWW::Curl::Easy::global_cleanup();