]> git.ipfire.org Git - thirdparty/openssl.git/blame - include/openssl/cmperr.h
Fix an s_server arbitrary file read issue on Windows
[thirdparty/openssl.git] / include / openssl / cmperr.h
CommitLineData
8869ad4a
AK
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
ae4186b0
DMSP
11#ifndef OPENSSL_CMPERR_H
12# define OPENSSL_CMPERR_H
8869ad4a 13
cbfa5b03
RS
14# include <openssl/opensslconf.h>
15# include <openssl/symhacks.h>
16
17
8869ad4a
AK
18# include <openssl/opensslconf.h>
19
20# ifndef OPENSSL_NO_CMP
21
22# ifdef __cplusplus
23extern "C"
24# endif
25int ERR_load_CMP_strings(void);
26
27/*
28 * CMP function codes.
29 */
cbfa5b03
RS
30# if !OPENSSL_API_3
31# endif
8869ad4a
AK
32
33/*
34 * CMP reason codes.
35 */
7960dbec
DDO
36# define CMP_R_INVALID_ARGS 100
37# define CMP_R_MULTIPLE_SAN_SOURCES 102
38# define CMP_R_NO_STDIO 194
39# define CMP_R_NULL_ARGUMENT 103
8869ad4a
AK
40
41# endif
42#endif