aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-components_webcrypto_algorithms_test__helpers.cc
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-components_webcrypto_algorithms_test__helpers.cc')
-rw-r--r--devel/electron13/files/patch-components_webcrypto_algorithms_test__helpers.cc14
1 files changed, 14 insertions, 0 deletions
diff --git a/devel/electron13/files/patch-components_webcrypto_algorithms_test__helpers.cc b/devel/electron13/files/patch-components_webcrypto_algorithms_test__helpers.cc
new file mode 100644
index 000000000000..6d9b3e6b520e
--- /dev/null
+++ b/devel/electron13/files/patch-components_webcrypto_algorithms_test__helpers.cc
@@ -0,0 +1,14 @@
+--- components/webcrypto/algorithms/test_helpers.cc.orig 2021-01-07 00:36:32 UTC
++++ components/webcrypto/algorithms/test_helpers.cc
+@@ -25,7 +25,11 @@
+ #include "components/webcrypto/status.h"
+ #include "third_party/blink/public/platform/web_crypto_algorithm_params.h"
+ #include "third_party/blink/public/platform/web_crypto_key_algorithm.h"
++#if defined(OS_BSD)
++#include <re2/re2.h>
++#else
+ #include "third_party/re2/src/re2/re2.h"
++#endif
+
+ namespace webcrypto {
+