From 2df291226638261d50fadcab1f5edb6c12ab6cfd Mon Sep 17 00:00:00 2001 From: Glenn Washburn Date: Sep 18 2020 20:31:30 +0000 Subject: 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 a24e89d..21cd1f7 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,