diff options
-rw-r--r-- | g10/tofu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/tofu.c b/g10/tofu.c index 39377cb14..b8705d7b7 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -1676,7 +1676,7 @@ get_trust (struct db *dbs, const char *fingerprint, const char *email, if (choice) { int c = ((size_t) choice - (size_t) choices) / 2; - assert (0 <= c && c <= 3); + assert (0 <= c && c <= 4); switch (c) { |