summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorNicola Tuveri <nic.tuv@gmail.com>2017-04-13 16:09:21 +0300
committerRich Salz <rsalz@openssl.org>2017-04-14 07:55:22 -0400
commita81c33ef65b4bd2a9c74c22c192c09972db77a52 (patch)
treef907d11ff03d9b69c6e83fa5455a505162352ebb /test/recipes
parent821d6c6d8132661b4fe2c2a44052330923bed68b (diff)
Remove ecdhtest.c
All tests from ecdhtest.c have been ported to evptests.txt Reviewed-by: Richard Levitte <levitte@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3219)
Diffstat (limited to 'test/recipes')
-rw-r--r--test/recipes/15-test_ecdh.t12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/recipes/15-test_ecdh.t b/test/recipes/15-test_ecdh.t
deleted file mode 100644
index f11cd06c9f..0000000000
--- a/test/recipes/15-test_ecdh.t
+++ /dev/null
@@ -1,12 +0,0 @@
-#! /usr/bin/env perl
-# Copyright 2015-2016 The OpenSSL Project Authors. All Rights Reserved.
-#
-# Licensed under the OpenSSL license (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;
-
-simple_test("test_ecdh", "ecdhtest", "ec");