[openssl-commits] [openssl] OpenSSL_1_0_2-stable update

Richard Levitte levitte at openssl.org
Sun Jun 25 20:17:16 UTC 2017


The branch OpenSSL_1_0_2-stable has been updated
       via  282c1321962e7ed1714c7d59495c60affce806db (commit)
      from  72d2ba9743bc556d034d860c1bacff458dd9b204 (commit)


- Log -----------------------------------------------------------------
commit 282c1321962e7ed1714c7d59495c60affce806db
Author: Richard Levitte <levitte at openssl.org>
Date:   Sun Jun 25 22:10:42 2017 +0200

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

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

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

diff --git a/apps/tsget b/apps/tsget
index 0d54e9f..0fca99f 100644
--- a/apps/tsget
+++ b/apps/tsget
@@ -193,4 +193,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