From 6567b8282207932c038473c4117fcfe1b8dff2bc Mon Sep 17 00:00:00 2001 From: Ben RUBSON Date: Sat, 17 Mar 2018 16:09:04 +0100 Subject: [PATCH] Correct MAC typo in FS creation (#476) --- encfs/FileUtils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/encfs/FileUtils.cpp b/encfs/FileUtils.cpp index bf14f03..ae0b3b3 100644 --- a/encfs/FileUtils.cpp +++ b/encfs/FileUtils.cpp @@ -867,7 +867,7 @@ static void selectBlockMAC(int *macBytes, int *macRandBytes, bool forceMac) { // xgroup(setup) addMAC = boolDefaultNo( _("Enable block authentication code headers\n" - "on every block in a file? This adds about 12 bytes per block\n" + "on every block in a file? This adds about 8 bytes per block\n" "to the storage requirements for a file, and significantly affects\n" "performance but it also means [almost] any modifications or errors\n" "within a block will be caught and will cause a read error."));