From: tb Date: Sat, 24 Aug 2024 07:51:19 +0000 (+0000) Subject: Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED() X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=46c79823b82886622b31c6a8d72bb4d3f44c592b;p=openbsd Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED() ok jsing --- 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);