opnsense-ports/security/certificate-transparency/files/patch-cpp_net_url__fetcher.cc
Franco Fichtner 318ad7062c */*: sync with upstream
Taken from: HardenedBSD
2018-01-05 07:35:05 +01:00

11 lines
292 B
C++

--- cpp/net/url_fetcher.cc.orig 2018-01-04 08:54:28 UTC
+++ cpp/net/url_fetcher.cc
@@ -4,7 +4,7 @@
#include <event2/keyvalq_struct.h>
#include <evhtp.h>
#include <glog/logging.h>
-#include <htparse.h>
+#include <parser.h>
#include "net/connection_pool.h"
#include "util/thread_pool.h"