re-add definition of OPENSSL_MSTR deleted from opensslv.h in macros.h
[openssl.git] / include / openssl / cmperr.h
1 /*
2  * Generated by util/mkerr.pl DO NOT EDIT
3  * Copyright 1995-2019 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
11 #ifndef OPENSSL_CMPERR_H
12 # define OPENSSL_CMPERR_H
13
14 # include <openssl/opensslconf.h>
15 # include <openssl/symhacks.h>
16
17
18 # include <openssl/opensslconf.h>
19
20 # ifndef OPENSSL_NO_CMP
21
22 #  ifdef  __cplusplus
23 extern "C"
24 #  endif
25 int ERR_load_CMP_strings(void);
26
27 /*
28  * CMP function codes.
29  */
30 # ifndef OPENSSL_NO_DEPRECATED_3_0
31 # endif
32
33 /*
34  * CMP reason codes.
35  */
36 #  define CMP_R_ERROR_PARSING_PKISTATUS                    107
37 #  define CMP_R_FAILURE_OBTAINING_RANDOM                   110
38 #  define CMP_R_INVALID_ARGS                               100
39 #  define CMP_R_MULTIPLE_SAN_SOURCES                       102
40 #  define CMP_R_MISSING_SENDER_IDENTIFICATION              111
41 #  define CMP_R_NO_STDIO                                   194
42 #  define CMP_R_NULL_ARGUMENT                              103
43
44 # endif
45 #endif