aboutsummaryrefslogtreecommitdiffstats
path: root/common/maperror.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2001-12-06 20:47:30 +0000
committerWerner Koch <[email protected]>2001-12-06 20:47:30 +0000
commite4a72423ff597c16fc0b7e09ad7280b1f3df47ba (patch)
treec0b8c82e7168ff7a8729373b074ff8ee9cd79f88 /common/maperror.c
parentadded test certificate and secret key (diff)
downloadgnupg-e4a72423ff597c16fc0b7e09ad7280b1f3df47ba.tar.gz
gnupg-e4a72423ff597c16fc0b7e09ad7280b1f3df47ba.zip
More error codes
Diffstat (limited to 'common/maperror.c')
-rw-r--r--common/maperror.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/common/maperror.c b/common/maperror.c
index aba0ee750..e073f16fe 100644
--- a/common/maperror.c
+++ b/common/maperror.c
@@ -42,6 +42,8 @@ map_ksba_err (int err)
case -1:
case 0:
break;
+
+ case KSBA_Unsupported_Algorithm: err = GNUPG_Unsupported_Algorithm; break;
default:
err = seterr (General_Error);