diff options
author | Werner Koch <[email protected]> | 2025-02-12 09:30:51 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2025-02-12 09:31:06 +0000 |
commit | 8c753cb7c983f261626c5d68ee1f25003977dcf2 (patch) | |
tree | baeacae0cfb6742221db53797973b2ed484fdbde /sm/gpgsm.h | |
parent | doc: Do not install gnupg.7.html into usr/share/man/manh/ (diff) | |
download | gnupg-8c753cb7c983f261626c5d68ee1f25003977dcf2.tar.gz gnupg-8c753cb7c983f261626c5d68ee1f25003977dcf2.zip |
gpgsm: Remove unused function.
* sm/misc.c (setup_pinentry_env): Remove.
Diffstat (limited to 'sm/gpgsm.h')
-rw-r--r-- | sm/gpgsm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sm/gpgsm.h b/sm/gpgsm.h index 23cba59e1..78efe2379 100644 --- a/sm/gpgsm.h +++ b/sm/gpgsm.h @@ -571,7 +571,6 @@ int gpgsm_dirmngr_run_command (ctrl_t ctrl, const char *command, /*-- misc.c --*/ void gpgsm_print_further_info (const char *format, ...) GPGRT_ATTR_PRINTF(1,2); -void setup_pinentry_env (void); gpg_error_t transform_sigval (const unsigned char *sigval, size_t sigvallen, int mdalgo, unsigned char **r_newsigval, |