VirtualBox

source: vbox/trunk/src/libs/openssl-3.0.7/include/internal/dsoerr.h@ 97371

最後變更 在這個檔案從97371是 94082,由 vboxsync 提交於 3 年 前

libs/openssl-3.0.1: started applying and adjusting our OpenSSL changes to 3.0.1. bugref:10128

檔案大小: 1.6 KB
 
1/*
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
4 *
5 * Licensed under the Apache License 2.0 (the "License"). You may not use
6 * this file except in compliance with the License. You can obtain a copy
7 * in the file LICENSE in the source distribution or at
8 * https://www.openssl.org/source/license.html
9 */
10
11#ifndef OSSL_INTERNAL_DSOERR_H
12# define OSSL_INTERNAL_DSOERR_H
13# pragma once
14
15# include <openssl/opensslconf.h>
16# include <openssl/symhacks.h>
17
18# ifdef __cplusplus
19extern "C" {
20# endif
21
22int ossl_err_load_DSO_strings(void);
23
24/*
25 * DSO reason codes.
26 */
27# define DSO_R_CTRL_FAILED 100
28# define DSO_R_DSO_ALREADY_LOADED 110
29# define DSO_R_EMPTY_FILE_STRUCTURE 113
30# define DSO_R_FAILURE 114
31# define DSO_R_FILENAME_TOO_BIG 101
32# define DSO_R_FINISH_FAILED 102
33# define DSO_R_INCORRECT_FILE_SYNTAX 115
34# define DSO_R_LOAD_FAILED 103
35# define DSO_R_NAME_TRANSLATION_FAILED 109
36# define DSO_R_NO_FILENAME 111
37# define DSO_R_NULL_HANDLE 104
38# define DSO_R_SET_FILENAME_FAILED 112
39# define DSO_R_STACK_ERROR 105
40# define DSO_R_SYM_FAILURE 106
41# define DSO_R_UNLOAD_FAILED 107
42# define DSO_R_UNSUPPORTED 108
43
44
45# ifdef __cplusplus
46}
47# endif
48#endif
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette