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 | # ifndef RT_WITHOUT_PRAGMA_ONCE /* VBOX */
|
---|
14 | # pragma once
|
---|
15 | # endif /* VBOX */
|
---|
16 |
|
---|
17 | # include <openssl/opensslconf.h>
|
---|
18 | # include <openssl/symhacks.h>
|
---|
19 |
|
---|
20 | # ifdef __cplusplus
|
---|
21 | extern "C" {
|
---|
22 | # endif
|
---|
23 |
|
---|
24 | int ossl_err_load_DSO_strings(void);
|
---|
25 |
|
---|
26 | /*
|
---|
27 | * DSO reason codes.
|
---|
28 | */
|
---|
29 | # define DSO_R_CTRL_FAILED 100
|
---|
30 | # define DSO_R_DSO_ALREADY_LOADED 110
|
---|
31 | # define DSO_R_EMPTY_FILE_STRUCTURE 113
|
---|
32 | # define DSO_R_FAILURE 114
|
---|
33 | # define DSO_R_FILENAME_TOO_BIG 101
|
---|
34 | # define DSO_R_FINISH_FAILED 102
|
---|
35 | # define DSO_R_INCORRECT_FILE_SYNTAX 115
|
---|
36 | # define DSO_R_LOAD_FAILED 103
|
---|
37 | # define DSO_R_NAME_TRANSLATION_FAILED 109
|
---|
38 | # define DSO_R_NO_FILENAME 111
|
---|
39 | # define DSO_R_NULL_HANDLE 104
|
---|
40 | # define DSO_R_SET_FILENAME_FAILED 112
|
---|
41 | # define DSO_R_STACK_ERROR 105
|
---|
42 | # define DSO_R_SYM_FAILURE 106
|
---|
43 | # define DSO_R_UNLOAD_FAILED 107
|
---|
44 | # define DSO_R_UNSUPPORTED 108
|
---|
45 |
|
---|
46 |
|
---|
47 | # ifdef __cplusplus
|
---|
48 | }
|
---|
49 | # endif
|
---|
50 | #endif
|
---|