mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-26 18:20:21 +00:00
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>
This commit is contained in:
parent
bd77a35b95
commit
3901af52b8
@ -1,5 +1,6 @@
|
||||
set(libs
|
||||
${mbedcrypto_target}
|
||||
${mbedx509_target}
|
||||
)
|
||||
|
||||
set(executables
|
||||
|
Loading…
Reference in New Issue
Block a user