diff options
author | Richard Levitte <levitte@openssl.org> | 2015-04-28 20:39:09 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2015-09-07 16:10:58 +0200 |
commit | fb921436f3dc03daf4a7ac1fec9f1e458772e17b (patch) | |
tree | fd1e02b42c39b91b3c7bb694e80f22b72e1a9595 /test/recipes/25-test_pkcs7.t | |
parent | Have 'make clean' clean away the log files. (diff) | |
download | openssl-fb921436f3dc03daf4a7ac1fec9f1e458772e17b.tar.xz openssl-fb921436f3dc03daf4a7ac1fec9f1e458772e17b.zip |
Add version numbers on some modules we use.
Reviewed-by: Rich Salz <rsalz@openssl.org>
Diffstat (limited to 'test/recipes/25-test_pkcs7.t')
-rw-r--r-- | test/recipes/25-test_pkcs7.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/25-test_pkcs7.t b/test/recipes/25-test_pkcs7.t index 586c9180fb..7dc1eb7927 100644 --- a/test/recipes/25-test_pkcs7.t +++ b/test/recipes/25-test_pkcs7.t @@ -4,7 +4,7 @@ use strict; use warnings; use File::Spec; -use Test::More; +use Test::More 0.96; use OpenSSL::Test qw/:DEFAULT top_file/; setup("test_pkcs7"); |