summaryrefslogtreecommitdiff
path: root/net/tund/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/tund/files/patch-aa')
-rw-r--r--net/tund/files/patch-aa19
1 files changed, 19 insertions, 0 deletions
diff --git a/net/tund/files/patch-aa b/net/tund/files/patch-aa
new file mode 100644
index 000000000000..cb11aab93c87
--- /dev/null
+++ b/net/tund/files/patch-aa
@@ -0,0 +1,19 @@
+--- Makefile.orig Fri Sep 17 14:20:52 1999
++++ Makefile Fri Sep 17 14:21:05 1999
+@@ -10,13 +10,13 @@
+ all: rsa_kg pkey_gen tund keygen
+
+ rsa_kg: rsa_kg.c tund.h
+- $(CC) -o rsa_kg rsa_kg.c $(INC) $(LIB) -lcrypto
++ $(CC) -o rsa_kg rsa_kg.c $(INC) $(LIB) -lcrypto $(EXTRA_SSL_LIBS)
+
+ pkey_gen: pkey_gen.c tund.h
+- $(CC) -o pkey_gen pkey_gen.c $(INC) $(LIB) -lcrypto
++ $(CC) -o pkey_gen pkey_gen.c $(INC) $(LIB) -lcrypto $(EXTRA_SSL_LIBS)
+
+ tund: main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o
+- $(CC) -static -o tund main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o $(LIB) -lmd -lcrypto
++ $(CC) -static -o tund main.o tund.o secur.o scb.o utils.o md5.o alarm.o cipher.o search.o $(LIB) -lmd -lcrypto $(EXTRA_SSL_LIBS)
+
+ main.o: main.c tund.h
+ $(CC) -c main.c $(INC)