From 01ede84d5644e868e71dc3d5312f2d2514454452 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 9 Feb 2017 10:30:44 +0100 Subject: [PATCH] Add needed module in 25-test_sid.t Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/2579) --- test/recipes/25-test_sid.t | 1 + 1 file changed, 1 insertion(+) diff --git a/test/recipes/25-test_sid.t b/test/recipes/25-test_sid.t index a34f4b09e3..863024dbd7 100644 --- a/test/recipes/25-test_sid.t +++ b/test/recipes/25-test_sid.t @@ -12,6 +12,7 @@ use warnings; use File::Spec; use OpenSSL::Test qw/:DEFAULT srctop_file/; +use OpenSSL::Test::Utils; setup("test_sid"); -- 2.25.1