Skip to content

Commit

Permalink
Link tests to libcrypto
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Zaremba authored and prodrigestivill committed Jul 4, 2016
1 parent f5daa49 commit 8adeff7
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions test/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ ptptest_SOURCES = \

ptptest_LDFLAGS = \
-lpthread \
-lssl
-lssl \
-lcrypto

protocoltest_SOURCES = \
../src/config.c\
Expand All @@ -64,7 +65,8 @@ protocoltest_SOURCES = \

protocoltest_LDFLAGS = \
-lpthread \
-lssl
-lssl \
-lcrypto

routertest_SOURCES = \
../src/config.c\
Expand Down Expand Up @@ -97,7 +99,8 @@ tundevtest_SOURCES = \

tundevtest_LDFLAGS = \
-lpthread \
-lssl
-lssl \
-lcrypto

udpsrvsessiontest_SOURCES = \
udpsrvsessiontest.c\
Expand All @@ -117,7 +120,8 @@ udpsrvsessiontest_SOURCES = \

udpsrvsessiontest_LDFLAGS = \
-lpthread \
-lssl
-lssl \
-lcrypto

udpsrvtest_SOURCES = \
udpsrvtest.c \
Expand All @@ -140,5 +144,6 @@ udpsrvtest_SOURCES = \

udpsrvtest_LDFLAGS = \
-lpthread \
-lssl
-lssl \
-lcrypto

0 comments on commit 8adeff7

Please sign in to comment.