mirror of
https://github.com/tianocore/edk2
synced 2026-08-27 00:23:19 -04:00
OvmfPkg: switch 4M builds to full openssl
The Full variant enables support for EC, which in turn is needed for TLS 1.3. It also increases the size, so turn this on for 4M builds only. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
30c754d853
commit
63e4713c48
1 changed files with 4 additions and 0 deletions
|
|
@ -5,7 +5,11 @@
|
|||
[LibraryClasses]
|
||||
IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf
|
||||
!if $(NETWORK_TLS_ENABLE) == TRUE
|
||||
!if $(FD_SIZE_IN_KB) < 4096
|
||||
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf
|
||||
!else
|
||||
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibFull.inf
|
||||
!endif
|
||||
TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf
|
||||
!else
|
||||
OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLibCrypto.inf
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue