From 46c79823b82886622b31c6a8d72bb4d3f44c592b Mon Sep 17 00:00:00 2001 From: tb Date: Sat, 24 Aug 2024 07:51:19 +0000 Subject: [PATCH] Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED() ok jsing --- lib/libcrypto/hidden/openssl/ui.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/libcrypto/hidden/openssl/ui.h b/lib/libcrypto/hidden/openssl/ui.h index f6c749f7b25..bf5fb692484 100644 --- a/lib/libcrypto/hidden/openssl/ui.h +++ b/lib/libcrypto/hidden/openssl/ui.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ui.h,v 1.3 2023/07/05 21:14:54 bcook Exp $ */ +/* $OpenBSD: ui.h,v 1.4 2024/08/24 07:51:19 tb Exp $ */ /* * Copyright (c) 2022 Bob Beck * @@ -75,8 +75,8 @@ LCRYPTO_USED(UI_get0_test_string); LCRYPTO_USED(UI_get_result_minsize); LCRYPTO_USED(UI_get_result_maxsize); LCRYPTO_USED(UI_set_result); -LCRYPTO_USED(UI_UTIL_read_pw_string); -LCRYPTO_USED(UI_UTIL_read_pw); +LCRYPTO_UNUSED(UI_UTIL_read_pw_string); +LCRYPTO_UNUSED(UI_UTIL_read_pw); LCRYPTO_USED(ERR_load_UI_strings); LCRYPTO_USED(UI_method_get_prompt_constructor); -- 2.20.1