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