From: Richard Levitte Date: Thu, 9 Feb 2017 09:30:44 +0000 (+0100) Subject: Add needed module in 25-test_sid.t X-Git-Tag: OpenSSL_1_1_1-pre1~2453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=01ede84d5644e868e71dc3d5312f2d2514454452;p=openssl Add needed module in 25-test_sid.t Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/2579) --- 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");