From ee1b7e428b1e68d3cf45436e21b578ac88eedc1e Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Dec 2001 16:49:48 +0000 Subject: * maperror.c (map_gcry_err): Add some mappings. --- common/errors.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'common/errors.h') diff --git a/common/errors.h b/common/errors.h index faa39c7ff..cea4950f3 100644 --- a/common/errors.h +++ b/common/errors.h @@ -64,6 +64,9 @@ enum { GNUPG_Bad_PIN = 35, GNUPG_Bad_Passphrase = 36, GNUPG_Invalid_Name = 37, + GNUPG_Bad_Public_Key = 38, + GNUPG_Bad_Secret_Key = 39, + GNUPG_Bad_Data = 40, }; /* Status codes - fixme: should go into another file */ -- cgit