remove ecdsa.h header references.
authorDr. Stephen Henson <steve@openssl.org>
Tue, 8 Dec 2015 23:59:40 +0000 (23:59 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Wed, 9 Dec 2015 22:09:19 +0000 (22:09 +0000)
Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/err/err_all.c
engines/ccgost/gost2001.c

index 6953b7915b7d4c75fe359d1826605b25298ffffa..6de9c214b5f22f2843d7045d13e0931f271c9a38 100644 (file)
@@ -76,9 +76,6 @@
 #ifndef OPENSSL_NO_DSA
 # include <openssl/dsa.h>
 #endif
 #ifndef OPENSSL_NO_DSA
 # include <openssl/dsa.h>
 #endif
-#ifndef OPENSSL_NO_EC
-# include <openssl/ecdsa.h>
-#endif
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/pem2.h>
 #include <openssl/evp.h>
 #include <openssl/objects.h>
 #include <openssl/pem2.h>
index 985795ed7cd6f946c515a7066d5c87d028bfb813..b47d832c6d504e28579ddd46c7164f5537373fce 100644 (file)
@@ -9,7 +9,7 @@
 #include "gost_lcl.h"
 #include <string.h>
 #include <openssl/rand.h>
 #include "gost_lcl.h"
 #include <string.h>
 #include <openssl/rand.h>
-#include <openssl/ecdsa.h>
+#include <openssl/ec.h>
 #include <openssl/err.h>
 #include "e_gost_err.h"
 #ifdef DEBUG_SIGN
 #include <openssl/err.h>
 #include "e_gost_err.h"
 #ifdef DEBUG_SIGN