aboutsummaryrefslogtreecommitdiffstats
path: root/g10/parse-packet.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-11-10 12:59:59 +0000
committerWerner Koch <[email protected]>1998-11-10 12:59:59 +0000
commitb076ce302189d619d170089f70afdb72dd0bf967 (patch)
tree736281f795268c3f712ed29167e21bc9078fc698 /g10/parse-packet.c
parentready to release 0.4.3 (diff)
downloadgnupg-b076ce302189d619d170089f70afdb72dd0bf967.tar.gz
gnupg-b076ce302189d619d170089f70afdb72dd0bf967.zip
Some bug fixes of the last release
Diffstat (limited to 'g10/parse-packet.c')
-rw-r--r--g10/parse-packet.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/g10/parse-packet.c b/g10/parse-packet.c
index 1f19b05de..1400df735 100644
--- a/g10/parse-packet.c
+++ b/g10/parse-packet.c
@@ -33,6 +33,7 @@
#include "filter.h"
#include "options.h"
#include "main.h"
+#include "i18n.h"
static int mpi_print_mode = 0;
static int list_mode = 0;
@@ -105,7 +106,7 @@ unknown_pubkey_warning( int algo )
algo &= 0xff;
if( !unknown_pubkey_algos[algo] ) {
if( opt.verbose )
- log_info("can't handle public key algorithm %d\n", algo );
+ log_info(_("can't handle public key algorithm %d\n"), algo );
unknown_pubkey_algos[algo] = 1;
}
}