]> git.ipfire.org Git - thirdparty/openssl.git/blame - engines/e_ossltest_err.h
make error tables const and separate header file
[thirdparty/openssl.git] / engines / e_ossltest_err.h
CommitLineData
b6cff313 1/*
52df25cf
RS
2 * Generated by util/mkerr.pl DO NOT EDIT
3 * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved.
2d5d70b1 4 *
b6cff313
RS
5 * Licensed under the OpenSSL license (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
52df25cf
RS
11#ifndef HEADER_OSSLTESTERR_H
12# define HEADER_OSSLTESTERR_H
2d5d70b1 13
52df25cf 14# define OSSLTESTerr(f, r) ERR_OSSLTEST_error((f), (r), OPENSSL_FILE, OPENSSL_LINE)
2d5d70b1 15
2d5d70b1 16
52df25cf
RS
17/*
18 * OSSLTEST function codes.
19 */
2d5d70b1 20# define OSSLTEST_F_BIND_OSSLTEST 100
51a60817 21# define OSSLTEST_F_OSSLTEST_AES128_INIT_KEY 101
2d5d70b1 22
52df25cf
RS
23/*
24 * OSSLTEST reason codes.
25 */
2d5d70b1
MC
26# define OSSLTEST_R_INIT_FAILED 100
27
2d5d70b1 28#endif