Skip to content

Commit

Permalink
Update oqs-Linux.patch (#311)
Browse files Browse the repository at this point in the history
Removing whitespace so that it works in Mac also.

Signed-off-by: ivcantero <[email protected]>
  • Loading branch information
ivcantero authored Oct 30, 2024
1 parent 0220068 commit 7c913f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chromium/oqs-Linux.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ index d3a3436e3d..d7e949a474 100644
const int kEcdsaKeySizes[] = {163, 192, 224, 233, 256, 283, 384, 409, 521, 571};

+template<typename C, typename T>
+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[] = {
Expand Down

0 comments on commit 7c913f8

Please sign in to comment.