Rich Salz | b6cff31 | 2016-05-17 17:38:18 -0400 | [diff] [blame] | 1 | /* |
Rich Salz | 52df25c | 2017-06-07 15:12:03 -0400 | [diff] [blame] | 2 | * Generated by util/mkerr.pl DO NOT EDIT |
| 3 | * Copyright 1995-2017 The OpenSSL Project Authors. All Rights Reserved. |
Matt Caswell | 2d5d70b | 2015-06-16 12:59:37 +0100 | [diff] [blame] | 4 | * |
Rich Salz | b6cff31 | 2016-05-17 17:38:18 -0400 | [diff] [blame] | 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 | |
Rich Salz | 52df25c | 2017-06-07 15:12:03 -0400 | [diff] [blame] | 11 | #ifndef HEADER_OSSLTESTERR_H |
| 12 | # define HEADER_OSSLTESTERR_H |
| 13 | |
| 14 | # define OSSLTESTerr(f, r) ERR_OSSLTEST_error((f), (r), OPENSSL_FILE, OPENSSL_LINE) |
| 15 | |
| 16 | |
Rich Salz | b6cff31 | 2016-05-17 17:38:18 -0400 | [diff] [blame] | 17 | /* |
Rich Salz | 52df25c | 2017-06-07 15:12:03 -0400 | [diff] [blame] | 18 | * OSSLTEST function codes. |
Matt Caswell | 2d5d70b | 2015-06-16 12:59:37 +0100 | [diff] [blame] | 19 | */ |
Matt Caswell | 2d5d70b | 2015-06-16 12:59:37 +0100 | [diff] [blame] | 20 | # define OSSLTEST_F_BIND_OSSLTEST 100 |
Matt Caswell | 51a6081 | 2015-09-22 08:54:43 +0100 | [diff] [blame] | 21 | # define OSSLTEST_F_OSSLTEST_AES128_INIT_KEY 101 |
Matt Caswell | 2d5d70b | 2015-06-16 12:59:37 +0100 | [diff] [blame] | 22 | |
Rich Salz | 52df25c | 2017-06-07 15:12:03 -0400 | [diff] [blame] | 23 | /* |
| 24 | * OSSLTEST reason codes. |
| 25 | */ |
Matt Caswell | 2d5d70b | 2015-06-16 12:59:37 +0100 | [diff] [blame] | 26 | # define OSSLTEST_R_INIT_FAILED 100 |
| 27 | |
Matt Caswell | 2d5d70b | 2015-06-16 12:59:37 +0100 | [diff] [blame] | 28 | #endif |