diff --git a/GCryptCLI/include/Bases.h b/GCryptCLI/include/Bases.h index 22000c7..ba37ba4 100644 --- a/GCryptCLI/include/Bases.h +++ b/GCryptCLI/include/Bases.h @@ -12,7 +12,7 @@ // Here's how to calculate these numbers: // Print an all 1's block in this format, and check the string size. // That's it. -auto blockLengthByBase = +static auto blockLengthByBase = std::map({ std::make_pair(Configuration::IOBASE_FORMAT::BASE_BYTES, 64), std::make_pair(Configuration::IOBASE_FORMAT::BASE_2, 512),