summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-02-09 10:30:44 +0100
committerRichard Levitte <levitte@openssl.org>2017-02-09 11:12:06 +0100
commit01ede84d5644e868e71dc3d5312f2d2514454452 (patch)
treecc030f383e903745fa9659c8188a2d1ac6e664d8 /test
parent6d047e06e67cd1f6d83a52b83643e96b4cdbfb51 (diff)
Add needed module in 25-test_sid.t
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2579)
Diffstat (limited to 'test')
-rw-r--r--test/recipes/25-test_sid.t1
1 files changed, 1 insertions, 0 deletions
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");