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