diff options
Diffstat (limited to 'tests/SSL/Makefile')
-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.. #---------------------------------------------------------------------------- |