diff options
author | Richard Levitte <levitte@openssl.org> | 2016-11-01 15:03:38 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2016-11-02 18:14:04 +0100 |
commit | 2c4a3f938ca378d2017275d299f02512b232ceaf (patch) | |
tree | b95fd1addc8f101741a1fd605d83a41355334fad /test/recipes/90-test_sslapi.t | |
parent | Fix link to LibFuzzer (diff) | |
download | openssl-2c4a3f938ca378d2017275d299f02512b232ceaf.tar.xz openssl-2c4a3f938ca378d2017275d299f02512b232ceaf.zip |
Test recipes: remove duplicate OpenSSL::Test usage
Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/1815)
Diffstat (limited to 'test/recipes/90-test_sslapi.t')
-rw-r--r-- | test/recipes/90-test_sslapi.t | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/recipes/90-test_sslapi.t b/test/recipes/90-test_sslapi.t index ec525a1ffa..efaae3b78b 100644 --- a/test/recipes/90-test_sslapi.t +++ b/test/recipes/90-test_sslapi.t @@ -7,7 +7,6 @@ # https://www.openssl.org/source/license.html -use OpenSSL::Test; use OpenSSL::Test::Utils; use OpenSSL::Test qw/:DEFAULT srctop_file/; |