Commit bc66265d authored by Richard Levitte's avatar Richard Levitte
Browse files

Fix 90-test_networking.t



The previous fix wasn't complete, it was missing a 'use OpenSSL::Test::Utils'

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent ec182ef0
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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";