]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
crypto: Remove GPG_ERROR_CFLAGS from gpg_err_code_t enum
authorGlenn Washburn <development@efficientek.com>
Fri, 31 Jul 2020 14:33:23 +0000 (09:33 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Fri, 18 Sep 2020 20:31:30 +0000 (22:31 +0200)
This was probably added by accident when originally creating the file.

Signed-off-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
include/grub/crypto.h

index a24e89dd9cd0f36a9440d827e690bc162bef374f..21cd1f75ac12252b16161e9e43382c604d69e0a1 100644 (file)
@@ -56,7 +56,6 @@ typedef enum
     GPG_ERR_NOT_FOUND,
     GPG_ERR_NOT_IMPLEMENTED,
     GPG_ERR_NOT_SUPPORTED,
-    GPG_ERROR_CFLAGS,
     GPG_ERR_PUBKEY_ALGO,
     GPG_ERR_SELFTEST_FAILED,
     GPG_ERR_TOO_SHORT,