sync with OpenBSD -current
This commit is contained in:
parent
2d01e1a152
commit
f6cff6bc9b
27 changed files with 279 additions and 648 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue