提交 62690c6a 编写于 作者: D Dr. Stephen Henson

remove ecdsa.h header references.

Reviewed-by: NRichard Levitte <levitte@openssl.org>
上级 f8d7d2d6
...@@ -76,9 +76,6 @@ ...@@ -76,9 +76,6 @@
#ifndef OPENSSL_NO_DSA #ifndef OPENSSL_NO_DSA
# include <openssl/dsa.h> # include <openssl/dsa.h>
#endif #endif
#ifndef OPENSSL_NO_EC
# include <openssl/ecdsa.h>
#endif
#include <openssl/evp.h> #include <openssl/evp.h>
#include <openssl/objects.h> #include <openssl/objects.h>
#include <openssl/pem2.h> #include <openssl/pem2.h>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "gost_lcl.h" #include "gost_lcl.h"
#include <string.h> #include <string.h>
#include <openssl/rand.h> #include <openssl/rand.h>
#include <openssl/ecdsa.h> #include <openssl/ec.h>
#include <openssl/err.h> #include <openssl/err.h>
#include "e_gost_err.h" #include "e_gost_err.h"
#ifdef DEBUG_SIGN #ifdef DEBUG_SIGN
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册