From e70e09c3d5e7f010f2b9a8c5749710e93ef223be Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Wed, 14 Sep 2022 16:59:56 +0900 Subject: [PATCH] common: Fix for GPG_ERR_SOURCE_DEFAULT check. * common/init.h: Remove GPG_ERR_SOURCE_UNKNOWN check. -- GnuPG-bug-id: 6200 Signed-off-by: NIIBE Yutaka --- common/init.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/common/init.h b/common/init.h index 3a5becaeb..ddc72ce50 100644 --- a/common/init.h +++ b/common/init.h @@ -32,8 +32,6 @@ #ifndef GPG_ERR_SOURCE_DEFAULT # error GPG_ERR_SOURCE_DEFAULT is not defined -#elseif GPG_ERR_SOURCE_DEFAULT == GPG_ERR_SOURCE_UNKNOWN -# error GPG_ERR_SOURCE_DEFAULT has default value #endif void register_mem_cleanup_func (void (*func)(void));