diff options
author | Werner Koch <wk@gnupg.org> | 2003-11-12 16:17:44 +0100 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-11-12 16:17:44 +0100 |
commit | dba40e5e45e80896dc8864c2ae97f026069e2906 (patch) | |
tree | 724a2e0f0f73ef66cf6284adb7e2463785874ffe /common/util.h | |
parent | 2003-11-10 Moritz Schulte <mo@g10code.com> (diff) | |
download | gnupg2-dba40e5e45e80896dc8864c2ae97f026069e2906.tar.xz gnupg2-dba40e5e45e80896dc8864c2ae97f026069e2906.zip |
Mainly changes to adjust for the changed KSBA API.
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/common/util.h b/common/util.h index fb2c6e839..987c8dfe8 100644 --- a/common/util.h +++ b/common/util.h @@ -58,8 +58,6 @@ typedef char gnupg_isotime_t[16]; /*-- maperror.c --*/ -int map_ksba_err (int err); -int map_gcry_err (int err); int map_kbx_err (int err); gpg_error_t map_assuan_err (int err); int map_to_assuan_status (int rc); |