[openssl-commits] [openssl] OpenSSL_1_1_0-stable update

Richard Levitte levitte at openssl.org
Wed Nov 2 17:14:54 UTC 2016


The branch OpenSSL_1_1_0-stable has been updated
       via  bfca0515b6977cba7b50215fc6d7d88250c9ca38 (commit)
      from  0d72c6c66f13d42ddf9766989a3a333e77314bd0 (commit)


- Log -----------------------------------------------------------------
commit bfca0515b6977cba7b50215fc6d7d88250c9ca38
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Nov 1 15:03:38 2016 +0100

    Test recipes: remove duplicate OpenSSL::Test usage
    
    Reviewed-by: Matt Caswell <matt at openssl.org>
    (Merged from https://github.com/openssl/openssl/pull/1815)
    (cherry picked from commit 2c4a3f938ca378d2017275d299f02512b232ceaf)

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

Summary of changes:
 test/recipes/70-test_asyncio.t | 1 -
 test/recipes/80-test_dtls.t    | 1 -
 test/recipes/90-test_sslapi.t  | 1 -
 3 files changed, 3 deletions(-)

diff --git a/test/recipes/70-test_asyncio.t b/test/recipes/70-test_asyncio.t
index c26f757..3c15c3d 100644
--- a/test/recipes/70-test_asyncio.t
+++ b/test/recipes/70-test_asyncio.t
@@ -7,7 +7,6 @@
 # https://www.openssl.org/source/license.html
 
 
-use OpenSSL::Test;
 use OpenSSL::Test::Utils;
 use OpenSSL::Test qw/:DEFAULT srctop_file/;
 
diff --git a/test/recipes/80-test_dtls.t b/test/recipes/80-test_dtls.t
index 008c817..f4a2dc0 100644
--- a/test/recipes/80-test_dtls.t
+++ b/test/recipes/80-test_dtls.t
@@ -6,7 +6,6 @@
 # in the file LICENSE in the source distribution or at
 # https://www.openssl.org/source/license.html
 
-use OpenSSL::Test;
 use OpenSSL::Test::Utils;
 use OpenSSL::Test qw/:DEFAULT srctop_file/;
 
diff --git a/test/recipes/90-test_sslapi.t b/test/recipes/90-test_sslapi.t
index ec525a1..efaae3b 100644
--- a/test/recipes/90-test_sslapi.t
+++ b/test/recipes/90-test_sslapi.t
@@ -7,7 +7,6 @@
 # https://www.openssl.org/source/license.html
 
 
-use OpenSSL::Test;
 use OpenSSL::Test::Utils;
 use OpenSSL::Test qw/:DEFAULT srctop_file/;
 


More information about the openssl-commits mailing list