annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/include/openssl/uierr.h @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 /*
jpayne@69 2 * Generated by util/mkerr.pl DO NOT EDIT
jpayne@69 3 * Copyright 1995-2019 The OpenSSL Project Authors. All Rights Reserved.
jpayne@69 4 *
jpayne@69 5 * Licensed under the OpenSSL license (the "License"). You may not use
jpayne@69 6 * this file except in compliance with the License. You can obtain a copy
jpayne@69 7 * in the file LICENSE in the source distribution or at
jpayne@69 8 * https://www.openssl.org/source/license.html
jpayne@69 9 */
jpayne@69 10
jpayne@69 11 #ifndef HEADER_UIERR_H
jpayne@69 12 # define HEADER_UIERR_H
jpayne@69 13
jpayne@69 14 # ifndef HEADER_SYMHACKS_H
jpayne@69 15 # include <openssl/symhacks.h>
jpayne@69 16 # endif
jpayne@69 17
jpayne@69 18 # ifdef __cplusplus
jpayne@69 19 extern "C"
jpayne@69 20 # endif
jpayne@69 21 int ERR_load_UI_strings(void);
jpayne@69 22
jpayne@69 23 /*
jpayne@69 24 * UI function codes.
jpayne@69 25 */
jpayne@69 26 # define UI_F_CLOSE_CONSOLE 115
jpayne@69 27 # define UI_F_ECHO_CONSOLE 116
jpayne@69 28 # define UI_F_GENERAL_ALLOCATE_BOOLEAN 108
jpayne@69 29 # define UI_F_GENERAL_ALLOCATE_PROMPT 109
jpayne@69 30 # define UI_F_NOECHO_CONSOLE 117
jpayne@69 31 # define UI_F_OPEN_CONSOLE 114
jpayne@69 32 # define UI_F_UI_CONSTRUCT_PROMPT 121
jpayne@69 33 # define UI_F_UI_CREATE_METHOD 112
jpayne@69 34 # define UI_F_UI_CTRL 111
jpayne@69 35 # define UI_F_UI_DUP_ERROR_STRING 101
jpayne@69 36 # define UI_F_UI_DUP_INFO_STRING 102
jpayne@69 37 # define UI_F_UI_DUP_INPUT_BOOLEAN 110
jpayne@69 38 # define UI_F_UI_DUP_INPUT_STRING 103
jpayne@69 39 # define UI_F_UI_DUP_USER_DATA 118
jpayne@69 40 # define UI_F_UI_DUP_VERIFY_STRING 106
jpayne@69 41 # define UI_F_UI_GET0_RESULT 107
jpayne@69 42 # define UI_F_UI_GET_RESULT_LENGTH 119
jpayne@69 43 # define UI_F_UI_NEW_METHOD 104
jpayne@69 44 # define UI_F_UI_PROCESS 113
jpayne@69 45 # define UI_F_UI_SET_RESULT 105
jpayne@69 46 # define UI_F_UI_SET_RESULT_EX 120
jpayne@69 47
jpayne@69 48 /*
jpayne@69 49 * UI reason codes.
jpayne@69 50 */
jpayne@69 51 # define UI_R_COMMON_OK_AND_CANCEL_CHARACTERS 104
jpayne@69 52 # define UI_R_INDEX_TOO_LARGE 102
jpayne@69 53 # define UI_R_INDEX_TOO_SMALL 103
jpayne@69 54 # define UI_R_NO_RESULT_BUFFER 105
jpayne@69 55 # define UI_R_PROCESSING_ERROR 107
jpayne@69 56 # define UI_R_RESULT_TOO_LARGE 100
jpayne@69 57 # define UI_R_RESULT_TOO_SMALL 101
jpayne@69 58 # define UI_R_SYSASSIGN_ERROR 109
jpayne@69 59 # define UI_R_SYSDASSGN_ERROR 110
jpayne@69 60 # define UI_R_SYSQIOW_ERROR 111
jpayne@69 61 # define UI_R_UNKNOWN_CONTROL_COMMAND 106
jpayne@69 62 # define UI_R_UNKNOWN_TTYGET_ERRNO_VALUE 108
jpayne@69 63 # define UI_R_USER_DATA_DUPLICATION_UNSUPPORTED 112
jpayne@69 64
jpayne@69 65 #endif