mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-15 09:04:17 +00:00
![]() Currently Tf-A uses whatever openssl binary is on the system to sign images. However if OPENSSL_DIR is specified in the build flags this can lead to linking issues as the system binary can end up being linked against shared libraries provided in OPENSSL_DIR/lib if both binaries (the system's and the on in OPENSSL_DIR/bin) are the same version. This patch ensures that the binary used is always the one given by OPENSSL_DIR to avoid those link issues. Signed-off-by: Salome Thirot <salome.thirot@arm.com> Change-Id: Ib534e06ebc8482e4391e376d3791a87968de4a99 |
||
---|---|---|
.. | ||
drivers | ||
include | ||
platform.mk | ||
sq_bl2_setup.c | ||
sq_bl31_setup.c | ||
sq_ccn.c | ||
sq_gicv3.c | ||
sq_helpers.S | ||
sq_image_desc.c | ||
sq_io_storage.c | ||
sq_psci.c | ||
sq_rotpk.S | ||
sq_spm.c | ||
sq_tbbr.c | ||
sq_topology.c | ||
sq_xlat_setup.c |