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 1e4579fc4..46797df3b 100644
--- a/util/errors.c
+++ b/util/errors.c
@@ -60,6 +60,7 @@ g10_errstr( int err )
X(PASSPHRASE ,"Invalid passphrase")
X(NI_PUBKEY ,"Unimplemented pubkey algorithm")
X(NI_CIPHER ,"Unimplemented cipher algorithm")
+ X(SIG_CLASS ,"Unknown signature class")
default: p = buf; sprintf(buf, "Error code %d", err); break;
}