aboutsummaryrefslogtreecommitdiff
path: root/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'security/certificate-transparency/files/patch-cpp-log-frontend_test.cc')
-rw-r--r--security/certificate-transparency/files/patch-cpp-log-frontend_test.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc b/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc
deleted file mode 100644
index 9db8990cee24..000000000000
--- a/security/certificate-transparency/files/patch-cpp-log-frontend_test.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- cpp/log/frontend_test.cc.orig 2016-10-14 17:11:57 UTC
-+++ cpp/log/frontend_test.cc
-@@ -1,5 +1,8 @@
- /* -*- indent-tabs-mode: nil -*- */
- #include <glog/logging.h>
-+// Without this, build will fail due to clash between onigposix.h
-+// and regex.h; note it's only compiled with "make check".
-+#define GTEST_HAS_POSIX_RE 0
- #include <gmock/gmock.h>
- #include <gtest/gtest.h>
- #include <openssl/err.h>