mirror of
https://github.com/ipxe/ipxe
synced 2025-12-16 01:21:10 +03:00
[libc] Use __einfo() tuple as first argument to EUNIQ()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -84,7 +84,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
|
||||
__einfo_uniqify ( EINFO_EPROTO, OCSP_STATUS_UNAUTHORIZED, \
|
||||
"Request unauthorized" )
|
||||
#define EPROTO_STATUS( status ) \
|
||||
EUNIQ ( EPROTO, (status), EPROTO_MALFORMED_REQUEST, \
|
||||
EUNIQ ( EINFO_EPROTO, (status), EPROTO_MALFORMED_REQUEST, \
|
||||
EPROTO_INTERNAL_ERROR, EPROTO_TRY_LATER, \
|
||||
EPROTO_SIG_REQUIRED, EPROTO_UNAUTHORIZED )
|
||||
|
||||
|
||||
Reference in New Issue
Block a user