mirror of
https://github.com/openssl/openssl.git
synced 2024-11-21 01:15:20 +08:00
52df25cf2e
Run perltidy on util/mkerr Change some mkerr flags, write some doc comments Make generated tables "const" when genearting lib-internal ones. Add "state" file for mkerr Renerate error tables and headers Rationalize declaration of ERR_load_XXX_strings Fix out-of-tree build Add -static; sort flags/vars for options. Also tweak code output Moved engines/afalg to engines (from master) Use -static flag Standard engine #include's of errors Don't linewrap err string tables unless necessary Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3392)
19 lines
589 B
Plaintext
19 lines
589 B
Plaintext
AFALG_F_AFALG_CHK_PLATFORM 100
|
|
AFALG_F_AFALG_CREATE_SK 101
|
|
AFALG_F_AFALG_INIT_AIO 102
|
|
AFALG_F_AFALG_SETUP_ASYNC_EVENT_NOTIFICATION 103
|
|
AFALG_F_AFALG_SET_KEY 104
|
|
AFALG_F_BIND_AFALG 105
|
|
AFALG_R_EVENTFD_FAILED 108
|
|
AFALG_R_FAILED_TO_GET_PLATFORM_INFO 111
|
|
AFALG_R_INIT_FAILED 100
|
|
AFALG_R_IO_SETUP_FAILED 105
|
|
AFALG_R_KERNEL_DOES_NOT_SUPPORT_AFALG 101
|
|
AFALG_R_KERNEL_DOES_NOT_SUPPORT_ASYNC_AFALG 107
|
|
AFALG_R_MEM_ALLOC_FAILED 102
|
|
AFALG_R_SOCKET_ACCEPT_FAILED 110
|
|
AFALG_R_SOCKET_BIND_FAILED 103
|
|
AFALG_R_SOCKET_CREATE_FAILED 109
|
|
AFALG_R_SOCKET_OPERATION_FAILED 104
|
|
AFALG_R_SOCKET_SET_KEY_FAILED 106
|