aboutsummaryrefslogtreecommitdiffstats
path: root/util/errors.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/errors.c')
-rw-r--r--util/errors.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/errors.c b/util/errors.c
index 59426e6e2..4436e78c0 100644
--- a/util/errors.c
+++ b/util/errors.c
@@ -72,6 +72,7 @@ g10_errstr( int err )
X(DELETE_FILE ,"File delete error")
X(UNEXPECTED ,"Unexpected data")
X(TIME_CONFLICT ,"Timestamp conflict")
+ X(WR_PUBKEY_ALGO ,"Unusable pubkey algorithm")
default: p = buf; sprintf(buf, "g10err=%d", err); break;
}