Skip to content

Commit

Permalink
lib: mbedtls: upgrade from v2.14.1 to v2.16.1
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Apr 24, 2019
1 parent 188e33d commit d7a1039
Show file tree
Hide file tree
Showing 187 changed files with 6,875 additions and 3,501 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,8 +322,8 @@ if(FLB_TLS)
option(ENABLE_TESTING OFF)
option(ENABLE_PROGRAMS OFF)
option(INSTALL_MBEDTLS_HEADERS OFF)
add_subdirectory(lib/mbedtls-2.14.1 EXCLUDE_FROM_ALL)
include_directories(lib/mbedtls-2.14.1/include)
add_subdirectory(lib/mbedtls-2.16.1 EXCLUDE_FROM_ALL)
include_directories(lib/mbedtls-2.16.1/include)
endif()

# Metrics
Expand Down
Loading

0 comments on commit d7a1039

Please sign in to comment.