Skip to content

Commit 744b21c

Browse files
biglbennashif
authored andcommitted
modules: mbedtls: add x509write.c source file
Add x509write.c source file which was added in mbedtls 3.6 Signed-off-by: Benjamin Bigler <[email protected]>
1 parent da4f4e8 commit 744b21c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

modules/mbedtls/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,7 @@ zephyr_interface_library_named(mbedTLS)
175175
${ZEPHYR_CURRENT_MODULE_DIR}/library/x509_csr.c
176176
${ZEPHYR_CURRENT_MODULE_DIR}/library/x509write_crt.c
177177
${ZEPHYR_CURRENT_MODULE_DIR}/library/x509write_csr.c
178+
${ZEPHYR_CURRENT_MODULE_DIR}/library/x509write.c
178179
)
179180

180181
zephyr_library_sources(${x509_source})

0 commit comments

Comments
 (0)