diff options
Diffstat (limited to 'util/errors.c')
-rw-r--r-- | util/errors.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/errors.c b/util/errors.c index 54671a297..dc3f7e811 100644 --- a/util/errors.c +++ b/util/errors.c @@ -92,6 +92,7 @@ g10_errstr( int err ) X(TIME_CONFLICT ,"Timestamp conflict") X(WR_PUBKEY_ALGO ,"Unusable pubkey algorithm") X(FILE_EXISTS ,"File exists") + X(WEAK_KEY ,"Weak key") default: p = buf; sprintf(buf, "g10err=%d", err); break; } #undef X |