diff options
Diffstat (limited to 'src/lib/libcrypto/ec/ec_kmeth.c')
-rw-r--r-- | src/lib/libcrypto/ec/ec_kmeth.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_kmeth.c b/src/lib/libcrypto/ec/ec_kmeth.c index 56fb437093..4e296cfa68 100644 --- a/src/lib/libcrypto/ec/ec_kmeth.c +++ b/src/lib/libcrypto/ec/ec_kmeth.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: ec_kmeth.c,v 1.7 2022/11/26 16:08:52 tb Exp $ */ | 1 | /* $OpenBSD: ec_kmeth.c,v 1.8 2023/06/25 18:52:27 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL | 3 | * Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL |
4 | * project. | 4 | * project. |
@@ -168,7 +168,6 @@ EC_KEY_new_method(ENGINE *engine) | |||
168 | ret->enc_flag = 0; | 168 | ret->enc_flag = 0; |
169 | ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; | 169 | ret->conv_form = POINT_CONVERSION_UNCOMPRESSED; |
170 | ret->references = 1; | 170 | ret->references = 1; |
171 | ret->method_data = NULL; | ||
172 | 171 | ||
173 | if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data)) | 172 | if (!CRYPTO_new_ex_data(CRYPTO_EX_INDEX_RSA, ret, &ret->ex_data)) |
174 | goto err; | 173 | goto err; |