From 0a248b6d860f6f1ac48f37a6aa5d3768e243a519 Mon Sep 17 00:00:00 2001 From: Leonetienne Date: Fri, 27 May 2022 03:30:11 +0200 Subject: [PATCH] Fix multiple definition issue --- GCryptCLI/include/Bases.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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),