summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-01-09 19:41:04 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-01-09 19:41:04 +0000
commit2605d0c9867fa5baf7153afa001f3f0c75392969 (patch)
tree1326f8920e31e8f1811ebc1b415d4ad952729798 /tests
parent497fdcf0d92d6ae54b04e4fa92798aac69527d5e (diff)
downloadATCD-2605d0c9867fa5baf7153afa001f3f0c75392969.tar.gz
ChangeLogTag:Wed Jan 9 11:38:58 2002 Ossama Othman <ossama@uci.edu>
Diffstat (limited to 'tests')
-rw-r--r--tests/SSL/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SSL/Makefile b/tests/SSL/Makefile
index ddd38f92c3c..85930d57583 100644
--- a/tests/SSL/Makefile
+++ b/tests/SSL/Makefile
@@ -12,7 +12,7 @@
BIN = Thread_Pool_Reactor_SSL_Test
PSRC=$(addsuffix .cpp,$(BIN))
-LDLIBS = -lACE_SSL
+LDLIBS = -lACE_SSL -lssl -lcrypto
CPPFLAGS += -I..
#----------------------------------------------------------------------------