aboutsummaryrefslogtreecommitdiffstats
path: root/engines
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-12-08 23:59:40 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:19 +0000
commit62690c6acff96ad504241cf459b98993cdc80422 (patch)
tree34806e88eda9dd3a9fe70599f208cc3fc21beec0 /engines
parentf8d7d2d6dfeb64f6747dbf7dfec863cc8a16aee5 (diff)
downloadopenssl-62690c6acff96ad504241cf459b98993cdc80422.tar.gz
remove ecdsa.h header references.
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'engines')
-rw-r--r--engines/ccgost/gost2001.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/ccgost/gost2001.c b/engines/ccgost/gost2001.c
index 985795ed7c..b47d832c6d 100644
--- a/engines/ccgost/gost2001.c
+++ b/engines/ccgost/gost2001.c
@@ -9,7 +9,7 @@
#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