From 7c913f834b44562a99437a00410bbc500c2539d3 Mon Sep 17 00:00:00 2001 From: ivcantero Date: Wed, 30 Oct 2024 16:46:59 +0100 Subject: [PATCH] Update oqs-Linux.patch (#311) Removing whitespace so that it works in Mac also. Signed-off-by: ivcantero --- chromium/oqs-Linux.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chromium/oqs-Linux.patch b/chromium/oqs-Linux.patch index eb66a59e..72adf56b 100644 --- a/chromium/oqs-Linux.patch +++ b/chromium/oqs-Linux.patch @@ -7,7 +7,7 @@ index d3a3436e3d..d7e949a474 100644 const int kEcdsaKeySizes[] = {163, 192, 224, 233, 256, 283, 384, 409, 521, 571}; +template -+bool ArrayContains(C && c, T t) { ++bool ArrayContains(C && c, T t) { + return std::find(std::begin(c), std::end(c), t) != std::end(c); +} +const X509Certificate::PublicKeyType OqsSigTypes[] = {