summaryrefslogtreecommitdiff
path: root/src/lib/libcrypto/ec/ec_ameth.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcrypto/ec/ec_ameth.c')
-rw-r--r--src/lib/libcrypto/ec/ec_ameth.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libcrypto/ec/ec_ameth.c b/src/lib/libcrypto/ec/ec_ameth.c
index c22f38b345..7ca5b18020 100644
--- a/src/lib/libcrypto/ec/ec_ameth.c
+++ b/src/lib/libcrypto/ec/ec_ameth.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: ec_ameth.c,v 1.50 2023/12/29 18:49:06 tb Exp $ */ 1/* $OpenBSD: ec_ameth.c,v 1.51 2024/01/04 17:01:26 tb Exp $ */
2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL 2/* Written by Dr Stephen N Henson (steve@openssl.org) for the OpenSSL
3 * project 2006. 3 * project 2006.
4 */ 4 */
@@ -1049,8 +1049,8 @@ ecdh_cms_encrypt(CMS_RecipientInfo *ri)
1049#endif 1049#endif
1050 1050
1051const EVP_PKEY_ASN1_METHOD eckey_asn1_meth = { 1051const EVP_PKEY_ASN1_METHOD eckey_asn1_meth = {
1052 .base_method = &eckey_asn1_meth,
1052 .pkey_id = EVP_PKEY_EC, 1053 .pkey_id = EVP_PKEY_EC,
1053 .pkey_base_id = EVP_PKEY_EC,
1054 1054
1055 .pem_str = "EC", 1055 .pem_str = "EC",
1056 .info = "OpenSSL EC algorithm", 1056 .info = "OpenSSL EC algorithm",