Skip to content

Commit a1368ed

Browse files
committed
fix enable TLS build flag (fixes #31)
1 parent 1ed8e20 commit a1368ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ else()
9898
mbedx509
9999
)
100100
target_compile_definitions(mo_simulator PUBLIC
101-
MG_ENABLE_MBEDTLS=1
101+
MG_TLS=MG_TLS_MBED
102102
)
103103

104104
endif()

0 commit comments

Comments
 (0)