mirror of https://github.com/acidanthera/audk.git
CryptoPkg: Move all UEFI implement of openssl to OpensslStub
Signed-off-by: Yi Li <yi1.li@intel.com> Cc: Jiewen Yao <jiewen.yao@intel.com> Cc: Xiaoyu Lu <xiaoyu1.lu@intel.com> Cc: Guomin Jiang <guomin.jiang@intel.com> Reviewed-by: Jiewen Yao <jiewen.yao@intel.com> Acked-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Ard Biesheuvel <ardb@kernel.org> Tested-by: Brian J. Johnson <brian.johnson@hpe.com> Tested-by: Kenneth Lautner <klautner@microsoft.com>
This commit is contained in:
parent
5e1900f266
commit
9b9b331e0f
|
@ -35,10 +35,10 @@
|
|||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
buildinf.c
|
||||
ossl_store.c
|
||||
rand_pool.c
|
||||
# SslNull.c
|
||||
EcSm2Null.c
|
||||
OpensslStub/ossl_store.c
|
||||
OpensslStub/rand_pool.c
|
||||
# OpensslStub/SslNull.c
|
||||
OpensslStub/EcSm2Null.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
|
@ -37,10 +37,10 @@
|
|||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
buildinf.c
|
||||
ossl_store.c
|
||||
rand_pool.c
|
||||
# SslNull.c
|
||||
EcSm2Null.c
|
||||
OpensslStub/ossl_store.c
|
||||
OpensslStub/rand_pool.c
|
||||
# OpensslStub/SslNull.c
|
||||
OpensslStub/EcSm2Null.c
|
||||
|
||||
[Sources.IA32]
|
||||
# Autogenerated files list starts here
|
||||
|
|
|
@ -36,10 +36,10 @@
|
|||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
buildinf.c
|
||||
ossl_store.c
|
||||
rand_pool.c
|
||||
SslNull.c
|
||||
EcSm2Null.c
|
||||
OpensslStub/ossl_store.c
|
||||
OpensslStub/rand_pool.c
|
||||
OpensslStub/SslNull.c
|
||||
OpensslStub/EcSm2Null.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
|
@ -40,10 +40,10 @@
|
|||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
buildinf.c
|
||||
ossl_store.c
|
||||
rand_pool.c
|
||||
# SslNull.c
|
||||
# EcSm2Null.c
|
||||
OpensslStub/ossl_store.c
|
||||
OpensslStub/rand_pool.c
|
||||
# OpensslStub/SslNull.c
|
||||
# OpensslStub/EcSm2Null.c
|
||||
|
||||
[Packages]
|
||||
MdePkg/MdePkg.dec
|
||||
|
|
|
@ -42,10 +42,10 @@
|
|||
# Autogenerated files list ends here
|
||||
buildinf.h
|
||||
buildinf.c
|
||||
ossl_store.c
|
||||
rand_pool.c
|
||||
# SslNull.c
|
||||
# EcSm2Null.c
|
||||
OpensslStub/ossl_store.c
|
||||
OpensslStub/rand_pool.c
|
||||
# OpensslStub/SslNull.c
|
||||
# OpensslStub/EcSm2Null.c
|
||||
|
||||
[Sources.IA32]
|
||||
# Autogenerated files list starts here
|
||||
|
|
Loading…
Reference in New Issue