[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Sun Jun 25 20:14:35 UTC 2017


The branch master has been updated
       via  6544a91cefe817156461e57a4538c3fe7f621075 (commit)
      from  b996766aa87d5c918e96782f43021e9050a7c079 (commit)


- Log -----------------------------------------------------------------
commit 6544a91cefe817156461e57a4538c3fe7f621075
Author: Richard Levitte <levitte at openssl.org>
Date:   Sun Jun 25 22:06:25 2017 +0200

    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 at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/3768)

-----------------------------------------------------------------------

Summary of changes:
 apps/tsget.in | 1 -
 1 file changed, 1 deletion(-)

diff --git a/apps/tsget.in b/apps/tsget.in
index 89d1bc7..c6193e5 100644
--- a/apps/tsget.in
+++ b/apps/tsget.in
@@ -198,4 +198,3 @@ REQUEST: foreach (@ARGV) {
     STDERR->printflush(", $output written.\n") if $options{v};
 }
 $curl->cleanup();
-WWW::Curl::Easy::global_cleanup();


More information about the openssl-commits mailing list