X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=CryptoPkg%2FLibrary%2FOpensslLib%2Fprocess_files.pl;fp=CryptoPkg%2FLibrary%2FOpensslLib%2Fprocess_files.pl;h=6c136cca092a836e90bd211f5180f70279eb5d02;hp=f6e1f436419bc18a9f1f1698e6146dd244125196;hb=6fcc3d68eb02aa798ef572c94867a03d0c1fedf2;hpb=371e7001e8d5753365f3b6cd05b17e32be62b4f3 diff --git a/CryptoPkg/Library/OpensslLib/process_files.pl b/CryptoPkg/Library/OpensslLib/process_files.pl index f6e1f43641..6c136cca09 100755 --- a/CryptoPkg/Library/OpensslLib/process_files.pl +++ b/CryptoPkg/Library/OpensslLib/process_files.pl @@ -90,7 +90,10 @@ BEGIN { "no-threads", "no-ts", "no-ui", - "no-whirlpool" + "no-whirlpool", + # OpenSSL1_1_1b doesn't support default rand-seed-os for UEFI + # UEFI only support --with-rand-seed=none + "--with-rand-seed=none" ) == 0 || die "OpenSSL Configure failed!\n";