summaryrefslogtreecommitdiffstats
path: root/CryptoPkg/Library/OpensslLib/rand_pool.c
diff options
context:
space:
mode:
authorGuomin Jiang <guomin.jiang@intel.com>2020-07-10 09:47:31 +0800
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2020-07-25 06:27:14 +0000
commit8c30327debb28c0b6cfa2106b736774e0b20daac (patch)
tree646f87e8a445dd383e5f351900d92c874b7a9f2e /CryptoPkg/Library/OpensslLib/rand_pool.c
parent91e4bcb313f0c1f0f19b87b5849f5486aa076be4 (diff)
downloadedk2-8c30327debb28c0b6cfa2106b736774e0b20daac.tar.gz
edk2-8c30327debb28c0b6cfa2106b736774e0b20daac.tar.bz2
edk2-8c30327debb28c0b6cfa2106b736774e0b20daac.zip
CryptoPkg/OpensslLib: Upgrade OpenSSL to 1.1.1g
Upgrade openssl to 1.1.1g. the directory have been reorganized, openssl moved crypto/include/internal to include/crypto folder. So we change directory to match the re-organization. The dso_conf.h and opensslconf.h will generated in UNIX format, change process_files.pl to covent the EOL automatically. Cc: Jian J Wang <jian.j.wang@intel.com> Cc: Xiaoyu Lu <xiaoyux.lu@intel.com> Signed-off-by: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Laszlo Ersek <lersek@redhat.com> Tested-by: Laszlo Ersek <lersek@redhat.com> Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
Diffstat (limited to 'CryptoPkg/Library/OpensslLib/rand_pool.c')
-rw-r--r--CryptoPkg/Library/OpensslLib/rand_pool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/CryptoPkg/Library/OpensslLib/rand_pool.c b/CryptoPkg/Library/OpensslLib/rand_pool.c
index 9f3983f7c3..9e0179b034 100644
--- a/CryptoPkg/Library/OpensslLib/rand_pool.c
+++ b/CryptoPkg/Library/OpensslLib/rand_pool.c
@@ -7,7 +7,7 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
**/
-#include "internal/rand_int.h"
+#include "crypto/rand.h"
#include <openssl/aes.h>
#include <Uefi.h>