From: Glenn Washburn Date: Fri, 31 Jul 2020 14:33:23 +0000 (-0500) Subject: crypto: Remove GPG_ERROR_CFLAGS from gpg_err_code_t enum X-Git-Tag: grub-2.06-rc1~195 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=2df291226638261d50fadcab1f5edb6c12ab6cfd;p=thirdparty%2Fgrub.git crypto: Remove GPG_ERROR_CFLAGS from gpg_err_code_t enum This was probably added by accident when originally creating the file. Signed-off-by: Glenn Washburn Reviewed-by: Daniel Kiper --- diff --git a/include/grub/crypto.h b/include/grub/crypto.h index a24e89dd9..21cd1f75a 100644 --- a/include/grub/crypto.h +++ b/include/grub/crypto.h @@ -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,