mirror of
https://github.com/vgough/encfs.git
synced 2025-07-13 10:55:56 +02:00
Correct MAC typo in FS creation (#476)
This commit is contained in:
@ -867,7 +867,7 @@ static void selectBlockMAC(int *macBytes, int *macRandBytes, bool forceMac) {
|
|||||||
// xgroup(setup)
|
// xgroup(setup)
|
||||||
addMAC = boolDefaultNo(
|
addMAC = boolDefaultNo(
|
||||||
_("Enable block authentication code headers\n"
|
_("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"
|
"to the storage requirements for a file, and significantly affects\n"
|
||||||
"performance but it also means [almost] any modifications or errors\n"
|
"performance but it also means [almost] any modifications or errors\n"
|
||||||
"within a block will be caught and will cause a read error."));
|
"within a block will be caught and will cause a read error."));
|
||||||
|
Reference in New Issue
Block a user