Skip to content

Commit 7e668df

Browse files
committed
default to built-in TLS without preventing other choices
1 parent 85414cf commit 7e668df

File tree

1 file changed

+2
-0
lines changed
  • tutorials/mqtt/mqtt-client-aws-iot

1 file changed

+2
-0
lines changed

tutorials/mqtt/mqtt-client-aws-iot/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ OUT ?= -o $(PROG) # Compiler argument for output file
44
CFLAGS = -W -Wall -Wextra -g -I. # Build options
55
SOURCES = main.c mongoose.c mongoose_fs.c
66

7+
CFLAGS_EXTRA ?= -DMG_TLS=MG_TLS_BUILTIN
8+
79
# Mongoose build options. See https://mongoose.ws/documentation/#build-options
810
CFLAGS_MONGOOSE += -DMG_ENABLE_PACKED_FS=1
911

0 commit comments

Comments
 (0)