diff options
| author | NIIBE Yutaka <[email protected]> | 2025-10-14 04:55:33 +0000 |
|---|---|---|
| committer | NIIBE Yutaka <[email protected]> | 2025-10-21 04:16:55 +0000 |
| commit | 39cc15029017ba5fd6d04f710e5a3125ed3b30a8 (patch) | |
| tree | eaa7b2fc40fad7657b42a3245e1eeb90ac953a87 /sm/gpgsm.c | |
| parent | common,dirmngr:w32: Fix for semi-hosted environment. (diff) | |
| download | gnupg-39cc15029017ba5fd6d04f710e5a3125ed3b30a8.tar.gz gnupg-39cc15029017ba5fd6d04f710e5a3125ed3b30a8.zip | |
build,common,g13,sm,tools: Require GpgRT 1.56.
* configure.ac (NEED_GPGRT_VERSION): Require 1.56.
* g13/g13.c (main): Remove support of old gpgrt.
* sm/gpgsm.c (main): Likewise.
* tools/gpg-wks-client.c (wrong_args, main): Likewise.
* tools/gpgconf.c (my_read_reg_string): Likewise.
* common/util.h (GPG_ERR_UNEXPECTED_PACKET): Likewise.
* common/mapstrings.c (map_static_macro_string): Likewise.
--
GnuPG-bug-id: 7855
Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'sm/gpgsm.c')
| -rw-r--r-- | sm/gpgsm.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sm/gpgsm.c b/sm/gpgsm.c index 57148d03e..d1f9a59d3 100644 --- a/sm/gpgsm.c +++ b/sm/gpgsm.c @@ -2020,15 +2020,10 @@ main ( int argc, char **argv) else wrong_args ("--sign [datafile]"); -#if GPGRT_VERSION_NUMBER >= 0x012700 /* >= 1.39 */ if (err) gpgrt_fcancel (fp); else es_fclose (fp); -#else - (void)err; - es_fclose (fp); -#endif } break; |
