diff options
author | Pauli <paul.dale@oracle.com> | 2020-01-13 06:42:46 +0100 |
---|---|---|
committer | Pauli <paul.dale@oracle.com> | 2020-01-14 10:50:18 +0100 |
commit | d3ac2eab6572e348cff33b02690e1177dcd6a4bd (patch) | |
tree | f976289040e8e411134052bd28c8f5651633aac9 /test/recipes/05-test_md2.t | |
parent | Remove duplicates (diff) | |
download | openssl-d3ac2eab6572e348cff33b02690e1177dcd6a4bd.tar.xz openssl-d3ac2eab6572e348cff33b02690e1177dcd6a4bd.zip |
The MD2 test uses the EVP APIs not the low level ones.
The test can be moved into the EVP tests and the separate executable removed.
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/10821)
Diffstat (limited to 'test/recipes/05-test_md2.t')
-rw-r--r-- | test/recipes/05-test_md2.t | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/recipes/05-test_md2.t b/test/recipes/05-test_md2.t deleted file mode 100644 index 00caba54dd..0000000000 --- a/test/recipes/05-test_md2.t +++ /dev/null @@ -1,15 +0,0 @@ -#! /usr/bin/env perl -# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved. -# -# Licensed under the Apache License 2.0 (the "License"). You may not use -# this file except in compliance with the License. You can obtain a copy -# in the file LICENSE in the source distribution or at -# https://www.openssl.org/source/license.html - - -use OpenSSL::Test::Simple; -use OpenSSL::Test qw/:DEFAULT bldtop_dir/; - -setup("test_md2"); - -simple_test("test_md2", "md2test", "md2"); |