summaryrefslogtreecommitdiffstats
path: root/test/ecdhtest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-22 19:02:49 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:18 +0000
commit30243c9523057a4f2d3cf57cc9206d87c2a54dfa (patch)
tree72032df9b2f115b3c48f44c779a8b2c50c980fc3 /test/ecdhtest.c
parentfe74cc04322077ecf0ed6a24121c5969106ce21b (diff)
remove ecdh.h header
Remove redundant ecdh.h header and any references to it. Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ecdhtest.c')
-rw-r--r--test/ecdhtest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ecdhtest.c b/test/ecdhtest.c
index 0145b36c7d..d77e007248 100644
--- a/test/ecdhtest.c
+++ b/test/ecdhtest.c
@@ -90,7 +90,6 @@ int main(int argc, char *argv[])
}
#else
# include <openssl/ec.h>
-# include <openssl/ecdh.h>
static const char rnd_seed[] =
"string to make the random number generator think it has entropy";