Change RC5_32_set_key to return an int type
[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
16 # ifndef OPENSSL_NO_CMP
17
18 #  ifdef  __cplusplus
19 extern "C"
20 #  endif
21 int ERR_load_CMP_strings(void);
22
23 /*
24  * CMP function codes.
25  */
26
27 /*
28  * CMP reason codes.
29  */
30
31 # endif
32 #endif