1*66bae5e7Schristos /*
2*66bae5e7Schristos  * Generated by util/mkerr.pl DO NOT EDIT
3*66bae5e7Schristos  * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
4*66bae5e7Schristos  *
5*66bae5e7Schristos  * Licensed under the Apache License 2.0 (the "License").  You may not use
6*66bae5e7Schristos  * this file except in compliance with the License.  You can obtain a copy
7*66bae5e7Schristos  * in the file LICENSE in the source distribution or at
8*66bae5e7Schristos  * https://www.openssl.org/source/license.html
9*66bae5e7Schristos  */
10*66bae5e7Schristos 
11*66bae5e7Schristos #ifndef OSSL_CRYPTO_RSAERR_H
12*66bae5e7Schristos # define OSSL_CRYPTO_RSAERR_H
13*66bae5e7Schristos # pragma once
14*66bae5e7Schristos 
15*66bae5e7Schristos # include <openssl/opensslconf.h>
16*66bae5e7Schristos # include <openssl/symhacks.h>
17*66bae5e7Schristos 
18*66bae5e7Schristos # ifdef  __cplusplus
19*66bae5e7Schristos extern "C" {
20*66bae5e7Schristos # endif
21*66bae5e7Schristos 
22*66bae5e7Schristos int ossl_err_load_RSA_strings(void);
23*66bae5e7Schristos 
24*66bae5e7Schristos # ifdef  __cplusplus
25*66bae5e7Schristos }
26*66bae5e7Schristos # endif
27*66bae5e7Schristos #endif
28