4
0
mirror of https://github.com/QuasarApp/openssl.git synced 2025-05-04 05:29:39 +00:00

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 

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3769)
This commit is contained in:
Richard Levitte 2017-06-25 22:10:42 +02:00
parent 72d2ba9743
commit 282c132196

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