mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-18 20:47:55 +00:00
modules/openssl: remove hack: silences error on console when openssl is included for builds (affects tpm2 boards builds)
Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
59df86fbd0
commit
74b1e2f7c1
@ -7,9 +7,6 @@ openssl_tar := openssl-$(openssl_version).tar.gz
|
|||||||
openssl_url := https://www.openssl.org/source/$(openssl_tar)
|
openssl_url := https://www.openssl.org/source/$(openssl_tar)
|
||||||
openssl_hash := 6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e
|
openssl_hash := 6c13d2bf38fdf31eac3ce2a347073673f5d63263398f1f69d0df4a41253e4b3e
|
||||||
|
|
||||||
# hack to provide path to libgcc
|
|
||||||
LIBGCC_DIR := $(dir $(shell $(heads_cc) -print-libgcc-file-name))
|
|
||||||
|
|
||||||
# The only optional algorithm that's enabled is SM3. tpm2-tss uses SHA, AES,
|
# The only optional algorithm that's enabled is SM3. tpm2-tss uses SHA, AES,
|
||||||
# and SM3.
|
# and SM3.
|
||||||
openssl_configure := \
|
openssl_configure := \
|
||||||
|
Loading…
Reference in New Issue
Block a user