e_ossltest_err.h 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /*
  2. * Copyright 1995-2016 The OpenSSL Project Authors. All Rights Reserved.
  3. *
  4. * Licensed under the OpenSSL license (the "License"). You may not use
  5. * this file except in compliance with the License. You can obtain a copy
  6. * in the file LICENSE in the source distribution or at
  7. * https://www.openssl.org/source/license.html
  8. */
  9. /*
  10. * NOTE: this file was auto generated by the mkerr.pl script: any changes
  11. * made to it will be overwritten when the script next updates this file,
  12. * only reason strings will be preserved.
  13. */
  14. #ifndef HEADER_OSSLTEST_ERR_H
  15. # define HEADER_OSSLTEST_ERR_H
  16. #ifdef __cplusplus
  17. extern "C" {
  18. #endif
  19. /* BEGIN ERROR CODES */
  20. static void ERR_load_OSSLTEST_strings(void);
  21. static void ERR_unload_OSSLTEST_strings(void);
  22. static void ERR_OSSLTEST_error(int function, int reason, char *file, int line);
  23. # define OSSLTESTerr(f,r) ERR_OSSLTEST_error((f),(r),OPENSSL_FILE,OPENSSL_LINE)
  24. /* Error codes for the OSSLTEST functions. */
  25. /* Function codes. */
  26. # define OSSLTEST_F_BIND_OSSLTEST 100
  27. # define OSSLTEST_F_OSSLTEST_AES128_INIT_KEY 101
  28. /* Reason codes. */
  29. # define OSSLTEST_R_INIT_FAILED 100
  30. #ifdef __cplusplus
  31. }
  32. #endif
  33. #endif