2015-01-22 03:40:55 +00:00
|
|
|
/*
|
2016-05-23 15:02:34 -04:00
|
|
|
* Generated by util/mkerr.pl DO NOT EDIT
|
2017-05-28 09:35:11 +02:00
|
|
|
* Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
|
2016-05-17 17:38:18 -04:00
|
|
|
*
|
|
|
|
* Licensed under the OpenSSL license (the "License"). You may not use
|
|
|
|
* this file except in compliance with the License. You can obtain a copy
|
|
|
|
* in the file LICENSE in the source distribution or at
|
|
|
|
* https://www.openssl.org/source/license.html
|
2001-05-06 23:19:37 +00:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include <stdio.h>
|
|
|
|
#include <openssl/err.h>
|
|
|
|
#include <openssl/ui.h>
|
|
|
|
|
|
|
|
/* BEGIN ERROR CODES */
|
|
|
|
#ifndef OPENSSL_NO_ERR
|
2005-04-12 16:15:22 +00:00
|
|
|
|
2015-01-22 03:40:55 +00:00
|
|
|
# define ERR_FUNC(func) ERR_PACK(ERR_LIB_UI,func,0)
|
|
|
|
# define ERR_REASON(reason) ERR_PACK(ERR_LIB_UI,0,reason)
|
2005-04-12 16:15:22 +00:00
|
|
|
|
2015-01-22 03:40:55 +00:00
|
|
|
static ERR_STRING_DATA UI_str_functs[] = {
|
2016-12-09 23:35:53 +01:00
|
|
|
{ERR_FUNC(UI_F_CLOSE_CONSOLE), "close_console"},
|
|
|
|
{ERR_FUNC(UI_F_ECHO_CONSOLE), "echo_console"},
|
2015-11-03 14:09:18 +00:00
|
|
|
{ERR_FUNC(UI_F_GENERAL_ALLOCATE_BOOLEAN), "general_allocate_boolean"},
|
|
|
|
{ERR_FUNC(UI_F_GENERAL_ALLOCATE_PROMPT), "general_allocate_prompt"},
|
2016-12-09 23:35:53 +01:00
|
|
|
{ERR_FUNC(UI_F_NOECHO_CONSOLE), "noecho_console"},
|
2016-12-08 11:16:37 +01:00
|
|
|
{ERR_FUNC(UI_F_OPEN_CONSOLE), "open_console"},
|
2016-05-17 15:08:43 +01:00
|
|
|
{ERR_FUNC(UI_F_UI_CREATE_METHOD), "UI_create_method"},
|
2015-01-22 03:40:55 +00:00
|
|
|
{ERR_FUNC(UI_F_UI_CTRL), "UI_ctrl"},
|
|
|
|
{ERR_FUNC(UI_F_UI_DUP_ERROR_STRING), "UI_dup_error_string"},
|
|
|
|
{ERR_FUNC(UI_F_UI_DUP_INFO_STRING), "UI_dup_info_string"},
|
|
|
|
{ERR_FUNC(UI_F_UI_DUP_INPUT_BOOLEAN), "UI_dup_input_boolean"},
|
|
|
|
{ERR_FUNC(UI_F_UI_DUP_INPUT_STRING), "UI_dup_input_string"},
|
2017-05-28 09:35:11 +02:00
|
|
|
{ERR_FUNC(UI_F_UI_DUP_USER_DATA), "UI_dup_user_data"},
|
2015-01-22 03:40:55 +00:00
|
|
|
{ERR_FUNC(UI_F_UI_DUP_VERIFY_STRING), "UI_dup_verify_string"},
|
|
|
|
{ERR_FUNC(UI_F_UI_GET0_RESULT), "UI_get0_result"},
|
|
|
|
{ERR_FUNC(UI_F_UI_NEW_METHOD), "UI_new_method"},
|
2016-12-07 16:36:44 +01:00
|
|
|
{ERR_FUNC(UI_F_UI_PROCESS), "UI_process"},
|
2015-01-22 03:40:55 +00:00
|
|
|
{ERR_FUNC(UI_F_UI_SET_RESULT), "UI_set_result"},
|
|
|
|
{0, NULL}
|
|
|
|
};
|
2001-05-06 23:19:37 +00:00
|
|
|
|
2015-01-22 03:40:55 +00:00
|
|
|
static ERR_STRING_DATA UI_str_reasons[] = {
|
|
|
|
{ERR_REASON(UI_R_COMMON_OK_AND_CANCEL_CHARACTERS),
|
|
|
|
"common ok and cancel characters"},
|
|
|
|
{ERR_REASON(UI_R_INDEX_TOO_LARGE), "index too large"},
|
|
|
|
{ERR_REASON(UI_R_INDEX_TOO_SMALL), "index too small"},
|
|
|
|
{ERR_REASON(UI_R_NO_RESULT_BUFFER), "no result buffer"},
|
2016-12-07 16:36:44 +01:00
|
|
|
{ERR_REASON(UI_R_PROCESSING_ERROR), "processing error"},
|
2015-01-22 03:40:55 +00:00
|
|
|
{ERR_REASON(UI_R_RESULT_TOO_LARGE), "result too large"},
|
|
|
|
{ERR_REASON(UI_R_RESULT_TOO_SMALL), "result too small"},
|
2016-12-09 23:35:53 +01:00
|
|
|
{ERR_REASON(UI_R_SYSASSIGN_ERROR), "sys$assign error"},
|
|
|
|
{ERR_REASON(UI_R_SYSDASSGN_ERROR), "sys$dassgn error"},
|
|
|
|
{ERR_REASON(UI_R_SYSQIOW_ERROR), "sys$qiow error"},
|
2015-01-22 03:40:55 +00:00
|
|
|
{ERR_REASON(UI_R_UNKNOWN_CONTROL_COMMAND), "unknown control command"},
|
2016-12-08 11:16:37 +01:00
|
|
|
{ERR_REASON(UI_R_UNKNOWN_TTYGET_ERRNO_VALUE),
|
|
|
|
"unknown ttyget errno value"},
|
2017-05-28 09:35:11 +02:00
|
|
|
{ERR_REASON(UI_R_USER_DATA_DUPLICATION_UNSUPPORTED),
|
|
|
|
"user data duplication unsupported"},
|
2015-01-22 03:40:55 +00:00
|
|
|
{0, NULL}
|
|
|
|
};
|
2001-05-06 23:19:37 +00:00
|
|
|
|
|
|
|
#endif
|
|
|
|
|
2016-07-12 15:50:06 +02:00
|
|
|
int ERR_load_UI_strings(void)
|
2015-01-22 03:40:55 +00:00
|
|
|
{
|
2006-11-21 21:29:44 +00:00
|
|
|
#ifndef OPENSSL_NO_ERR
|
2001-05-06 23:19:37 +00:00
|
|
|
|
2015-01-22 03:40:55 +00:00
|
|
|
if (ERR_func_error_string(UI_str_functs[0].error) == NULL) {
|
|
|
|
ERR_load_strings(0, UI_str_functs);
|
|
|
|
ERR_load_strings(0, UI_str_reasons);
|
|
|
|
}
|
2006-11-21 21:29:44 +00:00
|
|
|
#endif
|
2016-07-12 15:50:06 +02:00
|
|
|
return 1;
|
2015-01-22 03:40:55 +00:00
|
|
|
}
|