mirror of
https://git.freebsd.org/ports.git
synced 2025-06-27 07:30:32 -04:00
and auditing SSL certificates in nearly real time. It makes it possible to detect SSL certificates that have been mistakenly issued by a certificate authority or maliciously acquired from an otherwise unimpeachable certificate authority. It also makes it possible to identify certificate authorities that have gone rogue and are maliciously issuing certificates. WWW: https://www.certificate-transparency.org/ Sponsored by: The FreeBSD Foundation
9 lines
401 B
C++
9 lines
401 B
C++
--- cpp/log/cluster_state_controller_test.cc.orig 2015-11-20 15:24:59.021489000 +0100
|
|
+++ cpp/log/cluster_state_controller_test.cc 2015-11-20 15:25:23.094886000 +0100
|
|
@@ -1,3 +1,6 @@
|
|
+// 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 <gtest/gtest.h>
|
|
#include <map>
|
|
#include <memory>
|