From 951f277b6bf8178560105538d38e2a07a96865bd Mon Sep 17 00:00:00 2001 From: "Neal H. Walfield" Date: Tue, 10 Nov 2015 08:03:57 +0100 Subject: gpg: Default to the flat TOFU DB format. * g10/tofu.c (opendbs): If the TOFU DB format is set to auto and there is no TOFU DB, default to the flat format. -- Signed-off-by: Neal H. Walfield --- g10/tofu.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/g10/tofu.c b/g10/tofu.c index f6d2d5eb8..f7dd40db5 100644 --- a/g10/tofu.c +++ b/g10/tofu.c @@ -1014,9 +1014,9 @@ opendbs (void) } else { - opt.tofu_db_format = TOFU_DB_SPLIT; + opt.tofu_db_format = TOFU_DB_FLAT; if (DBG_TRUST) - log_debug ("Using split format for TOFU DB.\n"); + log_debug ("Using flat format for TOFU DB.\n"); } } -- cgit v1.2.3