From c07a88da5d293db89726767fef58090177b423f4 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 14 Sep 1998 15:49:56 +0000 Subject: New release --- util/errors.c | 1 + 1 file changed, 1 insertion(+) (limited to 'util/errors.c') 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 -- cgit