From 45fd6a59facab8b8aa088f9f492f10aa5d2581c2 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 4 Sep 2017 12:47:12 +0200 Subject: [PATCH] Fix 90-test_store.t: using config() requires OpenSSL::Test::Utils Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/4332) --- test/recipes/90-test_store.t | 1 + 1 file changed, 1 insertion(+) diff --git a/test/recipes/90-test_store.t b/test/recipes/90-test_store.t index 9c240a0518..7a5433b5c3 100644 --- a/test/recipes/90-test_store.t +++ b/test/recipes/90-test_store.t @@ -10,6 +10,7 @@ use File::Spec; use File::Copy; use MIME::Base64; use OpenSSL::Test qw(:DEFAULT srctop_file srctop_dir bldtop_file data_file); +use OpenSSL::Test::Utils; my $test_name = "test_store"; setup($test_name); -- 2.25.1