Skip to content

Commit

Permalink
Correct MAC typo in FS creation (#476)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben RUBSON authored and rfjakob committed Mar 17, 2018
1 parent d479d92 commit 6567b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion encfs/FileUtils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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."));
Expand Down

0 comments on commit 6567b82

Please sign in to comment.