From 99b19fada8c6dda6f69fa0aaca7a3dacec590177 Mon Sep 17 00:00:00 2001 From: tb Date: Tue, 22 Oct 2024 12:07:27 +0000 Subject: [PATCH] Mark EC_GROUP_method_of() and EC_METHOD_get_field_type() as unused ok jsing --- lib/libcrypto/hidden/openssl/ec.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/hidden/openssl/ec.h b/lib/libcrypto/hidden/openssl/ec.h index cb69755518f..151aab5be9b 100644 --- a/lib/libcrypto/hidden/openssl/ec.h +++ b/lib/libcrypto/hidden/openssl/ec.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ec.h,v 1.5 2024/04/10 15:01:31 beck Exp $ */ +/* $OpenBSD: ec.h,v 1.6 2024/10/22 12:07:27 tb Exp $ */ /* * Copyright (c) 2023 Bob Beck * @@ -31,8 +31,8 @@ LCRYPTO_USED(EC_GROUP_new); LCRYPTO_USED(EC_GROUP_free); LCRYPTO_USED(EC_GROUP_copy); LCRYPTO_USED(EC_GROUP_dup); -LCRYPTO_USED(EC_GROUP_method_of); -LCRYPTO_USED(EC_METHOD_get_field_type); +LCRYPTO_UNUSED(EC_GROUP_method_of); +LCRYPTO_UNUSED(EC_METHOD_get_field_type); LCRYPTO_USED(EC_GROUP_set_generator); LCRYPTO_USED(EC_GROUP_get0_generator); LCRYPTO_USED(EC_GROUP_get_order); -- 2.20.1