summaryrefslogtreecommitdiffstats
path: root/test/ecdsatest.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-27 19:39:32 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:19 +0000
commitfb29bb5926371ebd4ba94be8dfa99b4f40f4dd7c (patch)
tree4d891719f3684a4197406afa70cda8c5917ba929 /test/ecdsatest.c
parentcf517a6d3d2548b1a79155df5c384f4a4b3924d6 (diff)
remove ecdsa.h header
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ecdsatest.c')
-rw-r--r--test/ecdsatest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ecdsatest.c b/test/ecdsatest.c
index ff2a82f109..023eb1241f 100644
--- a/test/ecdsatest.c
+++ b/test/ecdsatest.c
@@ -87,7 +87,7 @@ int main(int argc, char *argv[])
# include <openssl/bio.h>
# include <openssl/evp.h>
# include <openssl/bn.h>
-# include <openssl/ecdsa.h>
+# include <openssl/ec.h>
# ifndef OPENSSL_NO_ENGINE
# include <openssl/engine.h>
# endif