diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2015-10-27 20:39:32 +0100 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2015-12-09 23:09:19 +0100 |
commit | fb29bb5926371ebd4ba94be8dfa99b4f40f4dd7c (patch) | |
tree | 4d891719f3684a4197406afa70cda8c5917ba929 /test/ecdsatest.c | |
parent | add ECDSA_size to ec_asn1.c (diff) | |
download | openssl-fb29bb5926371ebd4ba94be8dfa99b4f40f4dd7c.tar.xz openssl-fb29bb5926371ebd4ba94be8dfa99b4f40f4dd7c.zip |
remove ecdsa.h header
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'test/ecdsatest.c')
-rw-r--r-- | test/ecdsatest.c | 2 |
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 |