commit | 3901af52b8d3a0a4d134445c7421235a34b66b42 | [log] [tgz] |
---|---|---|
author | Harry Ramsey <harry.ramsey@arm.com> | Tue Oct 15 12:03:11 2024 +0100 |
committer | Harry Ramsey <harry.ramsey@arm.com> | Fri Oct 18 08:19:50 2024 +0100 |
tree | ebeaa726573d3d322dfb13a45961204a41e33c63 | |
parent | bd77a35b955accff48bee8cf32da088a50df46db [diff] |
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 <harry.ramsey@arm.com>
diff --git a/programs/util/CMakeLists.txt b/programs/util/CMakeLists.txt index 264d941..9ceb13f 100644 --- a/programs/util/CMakeLists.txt +++ b/programs/util/CMakeLists.txt
@@ -1,5 +1,6 @@ set(libs ${mbedcrypto_target} + ${mbedx509_target} ) set(executables