Skip to content

Commit

Permalink
Merge pull request #1680 from tlaurion/fix_openssl_output_on_console_…
Browse files Browse the repository at this point in the history
…for_internal_hack

modules/openssl: remove hack, silence error on console when openssl is included for builds (affects tpm2 boards builds)
  • Loading branch information
tlaurion authored May 17, 2024
2 parents 59df86f + 74b1e2f commit cf08056
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions modules/openssl
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ openssl_tar := openssl-$(openssl_version).tar.gz
openssl_url := https://www.openssl.org/source/$(openssl_tar)
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,
# and SM3.
openssl_configure := \
Expand Down

0 comments on commit cf08056

Please sign in to comment.