Commit 282c1321 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3769)
parent 72d2ba97
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -193,4 +193,3 @@ REQUEST: foreach (@ARGV) {
    STDERR->printflush(", $output written.\n") if $options{v};
}
$curl->cleanup();
WWW::Curl::Easy::global_cleanup();