summaryrefslogtreecommitdiffstats
path: root/src/crypto
diff options
context:
space:
mode:
authorMichael Brown2013-04-18 02:05:32 +0200
committerMichael Brown2013-04-19 01:45:13 +0200
commite42bc3aa37698941be20cccde599af39c69227e2 (patch)
tree4e6232b003056ad3ae52281407ff73a24e56c803 /src/crypto
parent[efi] Remove obsolete EFI I/O implementation using EFI_CPU_IO_PROTOCOL (diff)
downloadipxe-e42bc3aa37698941be20cccde599af39c69227e2.tar.gz
ipxe-e42bc3aa37698941be20cccde599af39c69227e2.tar.xz
ipxe-e42bc3aa37698941be20cccde599af39c69227e2.zip
[libc] Use __einfo() tuple as first argument to EUNIQ()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/crypto')
-rw-r--r--src/crypto/ocsp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/ocsp.c b/src/crypto/ocsp.c
index ab75dea35..185605b4a 100644
--- a/src/crypto/ocsp.c
+++ b/src/crypto/ocsp.c
@@ -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 )