diff options
| author | NIIBE Yutaka <[email protected]> | 2024-07-01 04:52:25 +0200 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2024-07-01 04:52:25 +0200 |
| commit | ec2c6dd8bc49e010810cb8ad403a9b8dad5d399e (patch) | |
| tree | b94ba94317c0d998b5f9381b0a64ade9ed6d3413 /src/Makefile.am | |
| parent | cpp: Remove obsolete files (diff) | |
| download | gpgme-ec2c6dd8bc49e010810cb8ad403a9b8dad5d399e.tar.gz gpgme-ec2c6dd8bc49e010810cb8ad403a9b8dad5d399e.zip | |
Use gpgrt_b64dec in libgpg-error.
* src/b64dec.c: Remove.
* src/Makefile.am (main_sources): Remove b64dec.c.
* src/data-identify.c (pgp_binary_detection): Use gpgrt_b64dec in
libgpg-error.
--
gpgrt_b64dec is available in libgpg-error 1.27 and it is already in
use by JSON support.
GnuPG-bug-id: 7180
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'src/Makefile.am')
| -rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index ca709509..10dd83c1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -71,7 +71,7 @@ endif # right linking order with libtool, as the non-installed version has # unresolved symbols to the thread module. main_sources = \ - util.h conversion.c b64dec.c get-env.c context.h ops.h \ + util.h conversion.c get-env.c context.h ops.h \ parsetlv.c parsetlv.h \ mbox-util.c mbox-util.h \ data.h data.c data-fd.c data-stream.c data-mem.c data-user.c \ |
