summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--PKGBUILD3
-rw-r--r--xor_watermark.patch12
2 files changed, 0 insertions, 15 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 190ccfa901e0..27235d4119cb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -32,9 +32,6 @@ prepare() {
git apply ../../04-tunnelblick-openvpn_xorpatch-c.diff
git apply ../../05-tunnelblick-openvpn_xorpatch-d.diff
git apply ../../06-tunnelblick-openvpn_xorpatch-e.diff
-
- # apply watermark patch
- git apply ../../xor_watermark.patch
}
build() {
diff --git a/xor_watermark.patch b/xor_watermark.patch
deleted file mode 100644
index 7e676f8b7427..000000000000
--- a/xor_watermark.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/src/openvpn/options.c b/src/openvpn/options.NEW.c
-index 3886f77..5709920 100644
---- a/src/openvpn/options.c
-+++ b/src/openvpn/options.c
-@@ -107,6 +107,7 @@ const char title_string[] =
- #ifdef HAVE_AEAD_CIPHER_MODES
- " [AEAD]"
- #endif
-+ " [XOR]"
- " built on " __DATE__
- ;
-