Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED()
authortb <tb@openbsd.org>
Sat, 24 Aug 2024 07:51:19 +0000 (07:51 +0000)
committertb <tb@openbsd.org>
Sat, 24 Aug 2024 07:51:19 +0000 (07:51 +0000)
ok jsing

lib/libcrypto/hidden/openssl/ui.h

index f6c749f..bf5fb69 100644 (file)
@@ -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 <beck@openbsd.org>
  *
@@ -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);