Skip to content

Commit

Permalink
default to built-in TLS without preventing other choices
Browse files Browse the repository at this point in the history
  • Loading branch information
scaprile committed Nov 13, 2024
1 parent 85414cf commit 7e668df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tutorials/mqtt/mqtt-client-aws-iot/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ OUT ?= -o $(PROG) # Compiler argument for output file
CFLAGS = -W -Wall -Wextra -g -I. # Build options
SOURCES = main.c mongoose.c mongoose_fs.c

CFLAGS_EXTRA ?= -DMG_TLS=MG_TLS_BUILTIN

# Mongoose build options. See https://mongoose.ws/documentation/#build-options
CFLAGS_MONGOOSE += -DMG_ENABLE_PACKED_FS=1

Expand Down

0 comments on commit 7e668df

Please sign in to comment.