aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/engine/eng_list.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-27 20:02:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:19 +0000
commit1eb97c3ecd5a9c7faa9436d506735be0bd7c3b4b (patch)
tree87477cf4246052d778f683bc24ce1f72056a63af /crypto/engine/eng_list.c
parentc8bfd40a92795b6cdfa81578719fc39f2c7bb5da (diff)
downloadopenssl-1eb97c3ecd5a9c7faa9436d506735be0bd7c3b4b.tar.gz
remove ECDSA_METHOD from ENGINE
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/engine/eng_list.c')
-rw-r--r--crypto/engine/eng_list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/engine/eng_list.c b/crypto/engine/eng_list.c
index 997603363d..72d3a17f19 100644
--- a/crypto/engine/eng_list.c
+++ b/crypto/engine/eng_list.c
@@ -302,7 +302,7 @@ static void engine_cpy(ENGINE *dest, const ENGINE *src)
dest->dh_meth = src->dh_meth;
#endif
#ifndef OPENSSL_NO_EC
- dest->ecdsa_meth = src->ecdsa_meth;
+
#endif
dest->rand_meth = src->rand_meth;
dest->store_meth = src->store_meth;