From e42bc3aa37698941be20cccde599af39c69227e2 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Thu, 18 Apr 2013 01:05:32 +0100 Subject: [libc] Use __einfo() tuple as first argument to EUNIQ() Signed-off-by: Michael Brown --- src/crypto/ocsp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crypto/ocsp.c') 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 ) -- cgit