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)
commit282c1321962e7ed1714c7d59495c60affce806db
treecb42dbf65aea7e9917f2e1144fcfdbeaa4324a60
parent72d2ba9743bc556d034d860c1bacff458dd9b204
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: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3769)
apps/tsget