Path: blob/main/crypto/openssl/include/internal/dsoerr.h
34879 views
/*1* Generated by util/mkerr.pl DO NOT EDIT2* Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.3*4* Licensed under the Apache License 2.0 (the "License"). You may not use5* this file except in compliance with the License. You can obtain a copy6* in the file LICENSE in the source distribution or at7* https://www.openssl.org/source/license.html8*/910#ifndef OSSL_INTERNAL_DSOERR_H11# define OSSL_INTERNAL_DSOERR_H12# pragma once1314# include <openssl/opensslconf.h>15# include <openssl/symhacks.h>1617# ifdef __cplusplus18extern "C" {19# endif2021int ossl_err_load_DSO_strings(void);2223/*24* DSO reason codes.25*/26# define DSO_R_CTRL_FAILED 10027# define DSO_R_DSO_ALREADY_LOADED 11028# define DSO_R_EMPTY_FILE_STRUCTURE 11329# define DSO_R_FAILURE 11430# define DSO_R_FILENAME_TOO_BIG 10131# define DSO_R_FINISH_FAILED 10232# define DSO_R_INCORRECT_FILE_SYNTAX 11533# define DSO_R_LOAD_FAILED 10334# define DSO_R_NAME_TRANSLATION_FAILED 10935# define DSO_R_NO_FILENAME 11136# define DSO_R_NULL_HANDLE 10437# define DSO_R_SET_FILENAME_FAILED 11238# define DSO_R_STACK_ERROR 10539# define DSO_R_SYM_FAILURE 10640# define DSO_R_UNLOAD_FAILED 10741# define DSO_R_UNSUPPORTED 108424344# ifdef __cplusplus45}46# endif47#endif484950