[openssl-commits] [openssl] master update

Richard Levitte levitte at openssl.org
Tue Feb 9 14:20:21 UTC 2016


The branch master has been updated
       via  bc66265da8f4c8830cfaf229c985bc391075aa9d (commit)
      from  ec182ef044abe06a2bd9a898d51f5f367e1c48dd (commit)


- Log -----------------------------------------------------------------
commit bc66265da8f4c8830cfaf229c985bc391075aa9d
Author: Richard Levitte <levitte at openssl.org>
Date:   Tue Feb 9 15:11:01 2016 +0100

    Fix 90-test_networking.t
    
    The previous fix wasn't complete, it was missing a 'use OpenSSL::Test::Utils'
    
    Reviewed-by: Matt Caswell <matt at openssl.org>

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

Summary of changes:
 test/recipes/90-test_networking.t | 1 +
 1 file changed, 1 insertion(+)

diff --git a/test/recipes/90-test_networking.t b/test/recipes/90-test_networking.t
index 08160fa..1e2d5fc 100644
--- a/test/recipes/90-test_networking.t
+++ b/test/recipes/90-test_networking.t
@@ -54,6 +54,7 @@
 
 use strict;
 use OpenSSL::Test qw/:DEFAULT cmdstr srctop_file bldtop_file bldtop_dir/;
+use OpenSSL::Test::Utils;
 use TLSProxy::Proxy;
 
 my $test_name = "test_networking";


More information about the openssl-commits mailing list