11cb0ef41Sopenharmony_ci/* 21cb0ef41Sopenharmony_ci * Generated by util/mkerr.pl DO NOT EDIT 31cb0ef41Sopenharmony_ci * Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved. 41cb0ef41Sopenharmony_ci * 51cb0ef41Sopenharmony_ci * Licensed under the Apache License 2.0 (the "License"). You may not use 61cb0ef41Sopenharmony_ci * this file except in compliance with the License. You can obtain a copy 71cb0ef41Sopenharmony_ci * in the file LICENSE in the source distribution or at 81cb0ef41Sopenharmony_ci * https://www.openssl.org/source/license.html 91cb0ef41Sopenharmony_ci */ 101cb0ef41Sopenharmony_ci 111cb0ef41Sopenharmony_ci#ifndef OSSL_CRYPTO_ESSERR_H 121cb0ef41Sopenharmony_ci# define OSSL_CRYPTO_ESSERR_H 131cb0ef41Sopenharmony_ci# pragma once 141cb0ef41Sopenharmony_ci 151cb0ef41Sopenharmony_ci# include <openssl/opensslconf.h> 161cb0ef41Sopenharmony_ci# include <openssl/symhacks.h> 171cb0ef41Sopenharmony_ci 181cb0ef41Sopenharmony_ci# ifdef __cplusplus 191cb0ef41Sopenharmony_ciextern "C" { 201cb0ef41Sopenharmony_ci# endif 211cb0ef41Sopenharmony_ci 221cb0ef41Sopenharmony_ciint ossl_err_load_ESS_strings(void); 231cb0ef41Sopenharmony_ci 241cb0ef41Sopenharmony_ci# ifdef __cplusplus 251cb0ef41Sopenharmony_ci} 261cb0ef41Sopenharmony_ci# endif 271cb0ef41Sopenharmony_ci#endif 28