mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-06-05 21:15:09 +00:00
b988dd8f35
"Move crypto-specific code from library/Makefile to a new file" accidentally copied two lines instead of moving them. Remove the copy that's now in `crypto-library.make`, since the variables are defined earlier in `crypto-common.make`. The variables aren't actually used in `crypto-common.make`, but they could be (arguably should be used to define `TF_PSA_CRYPTO_LIBRARY_PRIVATE_INCLUDE`). Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>