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 <development@efficientek.com> Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
This commit is contained in:
parent
ac301e4dd0
commit
2df2912266
1 changed files with 0 additions and 1 deletions
|
@ -56,7 +56,6 @@ typedef enum
|
||||||
GPG_ERR_NOT_FOUND,
|
GPG_ERR_NOT_FOUND,
|
||||||
GPG_ERR_NOT_IMPLEMENTED,
|
GPG_ERR_NOT_IMPLEMENTED,
|
||||||
GPG_ERR_NOT_SUPPORTED,
|
GPG_ERR_NOT_SUPPORTED,
|
||||||
GPG_ERROR_CFLAGS,
|
|
||||||
GPG_ERR_PUBKEY_ALGO,
|
GPG_ERR_PUBKEY_ALGO,
|
||||||
GPG_ERR_SELFTEST_FAILED,
|
GPG_ERR_SELFTEST_FAILED,
|
||||||
GPG_ERR_TOO_SHORT,
|
GPG_ERR_TOO_SHORT,
|
||||||
|
|
Loading…
Reference in a new issue