]> git.ipfire.org Git - thirdparty/openssl.git/blob - include/openssl/cmperr.h
Regenerate mkerr files
[thirdparty/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 HEADER_CMPERR_H
12 # define HEADER_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 # if !OPENSSL_API_3
31 # endif
32
33 /*
34 * CMP reason codes.
35 */
36
37 # endif
38 #endif