openssl-cmake/engines/e_ossltest_err.h

29 lines
803 B
C
Raw Permalink Normal View History

2018-09-04 21:04:43 +02:00
/*
2018-10-18 12:10:39 +02:00
* Generated by util/mkerr.pl DO NOT EDIT
* Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
2018-09-04 21:04:43 +02:00
*
* Licensed under the OpenSSL license (the "License"). You may not use
* this file except in compliance with the License. You can obtain a copy
* in the file LICENSE in the source distribution or at
* https://www.openssl.org/source/license.html
*/
2020-03-19 15:35:16 +01:00
#ifndef OSSL_ENGINES_E_OSSLTEST_ERR_H
# define OSSL_ENGINES_E_OSSLTEST_ERR_H
2018-09-04 21:04:43 +02:00
2018-10-18 12:10:39 +02:00
# define OSSLTESTerr(f, r) ERR_OSSLTEST_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
2018-09-04 21:04:43 +02:00
2018-10-18 12:10:39 +02:00
/*
* OSSLTEST function codes.
*/
2018-09-04 21:04:43 +02:00
# define OSSLTEST_F_BIND_OSSLTEST 100
# define OSSLTEST_F_OSSLTEST_AES128_INIT_KEY 101
2018-10-18 12:10:39 +02:00
/*
* OSSLTEST reason codes.
*/
2018-09-04 21:04:43 +02:00
# define OSSLTEST_R_INIT_FAILED 100
#endif