From: Richard Levitte Date: Tue, 9 Feb 2016 14:11:01 +0000 (+0100) Subject: Fix 90-test_networking.t X-Git-Tag: OpenSSL_1_1_0-pre3~179 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=bc66265da8f4c8830cfaf229c985bc391075aa9d;p=oweals%2Fopenssl.git Fix 90-test_networking.t The previous fix wasn't complete, it was missing a 'use OpenSSL::Test::Utils' Reviewed-by: Matt Caswell --- diff --git a/test/recipes/90-test_networking.t b/test/recipes/90-test_networking.t index 08160faf06..1e2d5fcd13 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";