[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Mon Sep 4 10:52:36 UTC 2017
The branch master has been updated
via 45fd6a59facab8b8aa088f9f492f10aa5d2581c2 (commit)
from 21c7942140ff6e57cfcbf1afc9da8d8a8817ed2f (commit)
- Log -----------------------------------------------------------------
commit 45fd6a59facab8b8aa088f9f492f10aa5d2581c2
Author: Richard Levitte <levitte at openssl.org>
Date: Mon Sep 4 12:47:12 2017 +0200
Fix 90-test_store.t: using config() requires OpenSSL::Test::Utils
Reviewed-by: Matt Caswell <matt at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4332)
-----------------------------------------------------------------------
Summary of changes:
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 9c240a0..7a5433b 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);
More information about the openssl-commits
mailing list