Path: blob/main/crypto/openssl/engines/e_dasync_err.h
105243 views
/*1* Generated by util/mkerr.pl DO NOT EDIT2* Copyright 1995-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_E_DASYNC_ERR_H11#define OSSL_E_DASYNC_ERR_H12#pragma once1314#include <openssl/opensslconf.h>15#include <openssl/symhacks.h>1617#define DASYNCerr(f, r) ERR_DASYNC_error(0, (r), OPENSSL_FILE, OPENSSL_LINE)1819/*20* DASYNC reason codes.21*/22#define DASYNC_R_INIT_FAILED 1002324#endif252627