opnsense-ports/security/i2pd/files/patch-libi2pd__client_BOB.cpp
Franco Fichtner 404269b16d */*: sync with upstream
Taken from: HardenedBSD
2019-06-16 08:27:03 +02:00

11 lines
238 B
C++

--- libi2pd_client/BOB.cpp.orig 2019-06-07 14:25:55 UTC
+++ libi2pd_client/BOB.cpp
@@ -4,6 +4,8 @@
#include "util.h"
#include "BOB.h"
+#undef isset // Prevent clash with isset macro from param.h
+
namespace i2p
{
namespace client