From f5ceddc0b77452fc62bbbed1b73ab02380bb90d0 Mon Sep 17 00:00:00 2001 From: Jaromil Date: Mon, 29 Jan 2018 09:47:42 +0100 Subject: [PATCH] put assuan commands to pinentry into a single function --- tomb | 68 +++++++++++++++++------------------------------------------- 1 file changed, 19 insertions(+), 49 deletions(-) diff --git a/tomb b/tomb index 85686f5..864aa58 100755 --- a/tomb +++ b/tomb @@ -362,6 +362,19 @@ _check_swap() { fi } +pinentry_assuan_getpass() { + # simply prints out commands for pinentry's stdin to activate the + # password dialog + cat <