mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Replace remaining old error code macros by GPG_ERR_.
* g10/gpg.h (g10_errstr): Remove macro and change all occurrences by gpg_strerror. (G10ERR_): Remove all macros and change all occurrences by their GPG_ERR_ counterparts. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a23c30fb59
commit
11142e0ad7
32 changed files with 362 additions and 408 deletions
|
@ -1186,7 +1186,7 @@ check_compress_algo(int algo)
|
|||
#ifdef HAVE_BZIP2
|
||||
case 3: return 0;
|
||||
#endif
|
||||
default: return G10ERR_COMPR_ALGO;
|
||||
default: return GPG_ERR_COMPR_ALGO;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue