aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ec/ec_kmeth.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2015-10-23 19:19:57 +0100
committerDr. Stephen Henson <steve@openssl.org>2015-12-09 22:09:18 +0000
commitea0392b921598e415c754dcf4b5c61c7fa337a59 (patch)
treed75469bd1678a1cfe827a566d90ae6ae031254be /crypto/ec/ec_kmeth.c
parent0d6ff6d3d1a19d491ec9a002b808cec23ca12107 (diff)
downloadopenssl-ea0392b921598e415c754dcf4b5c61c7fa337a59.tar.gz
EC_KEY_METHOD copy support
Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'crypto/ec/ec_kmeth.c')
-rw-r--r--crypto/ec/ec_kmeth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/ec_kmeth.c b/crypto/ec/ec_kmeth.c
index 77b4443fa3..4581880b84 100644
--- a/crypto/ec/ec_kmeth.c
+++ b/crypto/ec/ec_kmeth.c
@@ -63,7 +63,7 @@
static const EC_KEY_METHOD openssl_ec_key_method = {
"OpenSSL EC_KEY method",
0,
- 0,0,
+ 0,0,0,
ossl_ec_key_gen,
ossl_ecdh_compute_key
};