[openssl-commits] [openssl] master update

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


The branch master has been updated
       via  2c4a3f938ca378d2017275d299f02512b232ceaf (commit)
      from  fe2582a224e35585274198ef2d2983f3afa84f1e (commit)


- Log -----------------------------------------------------------------
commit 2c4a3f938ca378d2017275d299f02512b232ceaf
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)

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

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