conferr.h 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. /*
  2. * Generated by util/mkerr.pl DO NOT EDIT
  3. * Copyright 1995-2018 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. #ifndef HEADER_CONFERR_H
  11. # define HEADER_CONFERR_H
  12. # ifdef __cplusplus
  13. extern "C"
  14. # endif
  15. int ERR_load_CONF_strings(void);
  16. /*
  17. * CONF function codes.
  18. */
  19. # define CONF_F_CONF_DUMP_FP 104
  20. # define CONF_F_CONF_LOAD 100
  21. # define CONF_F_CONF_LOAD_FP 103
  22. # define CONF_F_CONF_PARSE_LIST 119
  23. # define CONF_F_DEF_LOAD 120
  24. # define CONF_F_DEF_LOAD_BIO 121
  25. # define CONF_F_GET_NEXT_FILE 107
  26. # define CONF_F_MODULE_ADD 122
  27. # define CONF_F_MODULE_INIT 115
  28. # define CONF_F_MODULE_LOAD_DSO 117
  29. # define CONF_F_MODULE_RUN 118
  30. # define CONF_F_NCONF_DUMP_BIO 105
  31. # define CONF_F_NCONF_DUMP_FP 106
  32. # define CONF_F_NCONF_GET_NUMBER_E 112
  33. # define CONF_F_NCONF_GET_SECTION 108
  34. # define CONF_F_NCONF_GET_STRING 109
  35. # define CONF_F_NCONF_LOAD 113
  36. # define CONF_F_NCONF_LOAD_BIO 110
  37. # define CONF_F_NCONF_LOAD_FP 114
  38. # define CONF_F_NCONF_NEW 111
  39. # define CONF_F_PROCESS_INCLUDE 116
  40. # define CONF_F_SSL_MODULE_INIT 123
  41. # define CONF_F_STR_COPY 101
  42. /*
  43. * CONF reason codes.
  44. */
  45. # define CONF_R_ERROR_LOADING_DSO 110
  46. # define CONF_R_LIST_CANNOT_BE_NULL 115
  47. # define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 100
  48. # define CONF_R_MISSING_EQUAL_SIGN 101
  49. # define CONF_R_MISSING_INIT_FUNCTION 112
  50. # define CONF_R_MODULE_INITIALIZATION_ERROR 109
  51. # define CONF_R_NO_CLOSE_BRACE 102
  52. # define CONF_R_NO_CONF 105
  53. # define CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE 106
  54. # define CONF_R_NO_SECTION 107
  55. # define CONF_R_NO_SUCH_FILE 114
  56. # define CONF_R_NO_VALUE 108
  57. # define CONF_R_NUMBER_TOO_LARGE 121
  58. # define CONF_R_RECURSIVE_DIRECTORY_INCLUDE 111
  59. # define CONF_R_SSL_COMMAND_SECTION_EMPTY 117
  60. # define CONF_R_SSL_COMMAND_SECTION_NOT_FOUND 118
  61. # define CONF_R_SSL_SECTION_EMPTY 119
  62. # define CONF_R_SSL_SECTION_NOT_FOUND 120
  63. # define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 103
  64. # define CONF_R_UNKNOWN_MODULE_NAME 113
  65. # define CONF_R_VARIABLE_EXPANSION_TOO_LONG 116
  66. # define CONF_R_VARIABLE_HAS_NO_VALUE 104
  67. #endif