diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_ameth.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_ameth.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/ec/ec_ameth.c b/src/lib/libcrypto/ec/ec_ameth.c index c00f7d746c..83909c1853 100644 --- a/src/lib/libcrypto/ec/ec_ameth.c +++ b/src/lib/libcrypto/ec/ec_ameth.c | |||
@@ -651,6 +651,7 @@ const EVP_PKEY_ASN1_METHOD eckey_asn1_meth = | |||
651 | ec_copy_parameters, | 651 | ec_copy_parameters, |
652 | ec_cmp_parameters, | 652 | ec_cmp_parameters, |
653 | eckey_param_print, | 653 | eckey_param_print, |
654 | 0, | ||
654 | 655 | ||
655 | int_ec_free, | 656 | int_ec_free, |
656 | ec_pkey_ctrl, | 657 | ec_pkey_ctrl, |