From d4799069918bf04badcce751b78b121a5b6a7d78 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 20 Jul 2011 20:49:41 +0200 Subject: Support a confirm flag for ssh. This implements the suggestion from bug#1349. With this change the fingerprint of the ssh key is also displayed in the pinentry prompts. --- common/t-ssh-utils.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'common/t-ssh-utils.c') diff --git a/common/t-ssh-utils.c b/common/t-ssh-utils.c index cd1252fd2..a8a63cf73 100644 --- a/common/t-ssh-utils.c +++ b/common/t-ssh-utils.c @@ -27,13 +27,6 @@ #include "util.h" #include "ssh-utils.h" -#define pass() do { ; } while(0) -#define fail(a,e) \ - do { fprintf (stderr, "%s:%d: test %d failed (%s)\n", \ - __FILE__,__LINE__, (a), gpg_strerror (e)); \ - exit (1); \ - } while(0) - static struct { const char *key; const char *fpr; } sample_keys[] = { { "(protected-private-key " -- cgit v1.2.3