tsget.in: remove call of WWW::Curl::Easy::global_cleanup
authorRichard Levitte <levitte@openssl.org>
Sun, 25 Jun 2017 20:06:25 +0000 (22:06 +0200)
committerRichard Levitte <levitte@openssl.org>
Sun, 25 Jun 2017 20:15:07 +0000 (22:15 +0200)
commitde403939a65e3aa581a97aa9a6c60b9d75c3ae8c
treee1ba8d0663ba154c4952b11fb5a38ad81a4f045b
parentd9ac82a28d10c05d7b491324596a9d8ce7a9319e
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)

(cherry picked from commit 6544a91cefe817156461e57a4538c3fe7f621075)
apps/tsget.in