diff options
author | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-09 19:41:04 +0000 |
---|---|---|
committer | Ossama Othman <ossama-othman@users.noreply.github.com> | 2002-01-09 19:41:04 +0000 |
commit | 2605d0c9867fa5baf7153afa001f3f0c75392969 (patch) | |
tree | 1326f8920e31e8f1811ebc1b415d4ad952729798 /tests | |
parent | 497fdcf0d92d6ae54b04e4fa92798aac69527d5e (diff) | |
download | ATCD-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/Makefile | 2 |
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.. #---------------------------------------------------------------------------- |