diff options
Diffstat (limited to 'agent/command.c')
-rw-r--r-- | agent/command.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/agent/command.c b/agent/command.c index 6efd1bff2..c056eb3f0 100644 --- a/agent/command.c +++ b/agent/command.c @@ -30,7 +30,6 @@ #include <string.h> #include <ctype.h> #include <unistd.h> -#include <assert.h> #include <sys/types.h> #include <sys/stat.h> #include <dirent.h> @@ -2212,7 +2211,7 @@ cmd_import_key (assuan_context_t ctx, char *line) goto leave; /* Invalid canonical encoded S-expression. */ if (passphrase) { - assert (!opt_unattended); + log_assert (!opt_unattended); if (!cache_nonce) { char buf[12]; |