Skip to content

Commit

Permalink
Update src/cli/Makefile
Browse files Browse the repository at this point in the history
Co-authored-by: Ozan Tezcan <[email protected]>
  • Loading branch information
moticless and tezc authored Feb 27, 2025
1 parent d07b257 commit 9ba1946
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
endif

ifeq ($(BUILD_TLS),yes)
CFLAGS+=-DUSE_OPENSSL=1
CFLAGS+=-DUSE_OPENSSL=1
LIBS += -lssl -lcrypto
endif

Expand Down

0 comments on commit 9ba1946

Please sign in to comment.