summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authortb <>2024-08-24 07:51:19 +0000
committertb <>2024-08-24 07:51:19 +0000
commit908a656e5f469976c815f23e78bb289f4f4272fb (patch)
treeebd4c25d4f3bf47adca1269aef1ebec66b451bbc /src
parent53881b29bc76cfdb36e78d5e160be5c9cd77bedf (diff)
downloadopenbsd-908a656e5f469976c815f23e78bb289f4f4272fb.tar.gz
openbsd-908a656e5f469976c815f23e78bb289f4f4272fb.tar.bz2
openbsd-908a656e5f469976c815f23e78bb289f4f4272fb.zip
Switch UI_UTIL_read_pw* to LCRYPTO_UNUSED()
ok jsing
Diffstat (limited to 'src')
-rw-r--r--src/lib/libcrypto/hidden/openssl/ui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libcrypto/hidden/openssl/ui.h b/src/lib/libcrypto/hidden/openssl/ui.h
index f6c749f7b2..bf5fb69248 100644
--- a/src/lib/libcrypto/hidden/openssl/ui.h
+++ b/src/lib/libcrypto/hidden/openssl/ui.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: ui.h,v 1.3 2023/07/05 21:14:54 bcook Exp $ */ 1/* $OpenBSD: ui.h,v 1.4 2024/08/24 07:51:19 tb Exp $ */
2/* 2/*
3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org> 3 * Copyright (c) 2022 Bob Beck <beck@openbsd.org>
4 * 4 *
@@ -75,8 +75,8 @@ LCRYPTO_USED(UI_get0_test_string);
75LCRYPTO_USED(UI_get_result_minsize); 75LCRYPTO_USED(UI_get_result_minsize);
76LCRYPTO_USED(UI_get_result_maxsize); 76LCRYPTO_USED(UI_get_result_maxsize);
77LCRYPTO_USED(UI_set_result); 77LCRYPTO_USED(UI_set_result);
78LCRYPTO_USED(UI_UTIL_read_pw_string); 78LCRYPTO_UNUSED(UI_UTIL_read_pw_string);
79LCRYPTO_USED(UI_UTIL_read_pw); 79LCRYPTO_UNUSED(UI_UTIL_read_pw);
80LCRYPTO_USED(ERR_load_UI_strings); 80LCRYPTO_USED(ERR_load_UI_strings);
81LCRYPTO_USED(UI_method_get_prompt_constructor); 81LCRYPTO_USED(UI_method_get_prompt_constructor);
82 82