Add x509 library to utility programs

This commit adds Mbed TLS x509 as a library dependency for utility
programs. This is necessary for strerror.c to work correctly.

Signed-off-by: Harry Ramsey <[email protected]>
This commit is contained in:
Harry Ramsey
2024-10-18 08:19:50 +01:00
parent bd77a35b95
commit 3901af52b8
+1
View File
@@ -1,5 +1,6 @@
set(libs
${mbedcrypto_target}
${mbedx509_target}
)
set(executables