remove ecdsa.h header

Reviewed-by: Richard Levitte <levitte@openssl.org>
This commit is contained in:
Dr. Stephen Henson
2015-10-27 19:39:32 +00:00
parent cf517a6d3d
commit fb29bb5926
4 changed files with 2 additions and 250 deletions

View File

@@ -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