Skip to content

Commit b11c93a

Browse files
committed
Fix SSL problem with test-stream
1 parent f04beb8 commit b11c93a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ test : test.cc include_httplib.cc ../httplib.h Makefile cert.pem
7474
$(CXX) -o $@ -I.. $(CXXFLAGS) test.cc include_httplib.cc $(TEST_ARGS)
7575
@file $@
7676

77-
test-stream : test-stream.cc ../httplib.h Makefile
77+
test-stream : test-stream.cc ../httplib.h Makefile cert.pem
7878
$(CXX) -o $@ -I.. -std=c++20 -g -Wall -Wextra -Wtype-limits -Wconversion -Wshadow test-stream.cc $(TEST_ARGS)
7979
@file $@
8080

0 commit comments

Comments
 (0)