summarylogtreecommitdiffstats
path: root/openssl-1.0.patch
diff options
context:
space:
mode:
Diffstat (limited to 'openssl-1.0.patch')
-rw-r--r--openssl-1.0.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/openssl-1.0.patch b/openssl-1.0.patch
new file mode 100644
index 000000000000..5b6868bbe621
--- /dev/null
+++ b/openssl-1.0.patch
@@ -0,0 +1,11 @@
+--- a/Makefile 2017-06-28 04:16:06.670811840 +0100
++++ b/Makefile 2017-06-28 04:13:47.405943014 +0100
+@@ -1,5 +1,5 @@
+-CFLAGS+=-O2
+-LIBS+=-lcrypto -lz
++CFLAGS+=-O2 -I/usr/include/openssl-1.0
++LIBS+=-L/usr/lib/openssl-1.0 -lcrypto -lz
+
+ all: peervpn
+ peervpn: peervpn.o
+