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
|
# Autogenerated files list ends here
|
||||||
buildinf.h
|
buildinf.h
|
||||||
buildinf.c
|
buildinf.c
|
||||||
ossl_store.c
|
OpensslStub/ossl_store.c
|
||||||
rand_pool.c
|
OpensslStub/rand_pool.c
|
||||||
# SslNull.c
|
# OpensslStub/SslNull.c
|
||||||
EcSm2Null.c
|
OpensslStub/EcSm2Null.c
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
|
@ -37,10 +37,10 @@
|
||||||
# Autogenerated files list ends here
|
# Autogenerated files list ends here
|
||||||
buildinf.h
|
buildinf.h
|
||||||
buildinf.c
|
buildinf.c
|
||||||
ossl_store.c
|
OpensslStub/ossl_store.c
|
||||||
rand_pool.c
|
OpensslStub/rand_pool.c
|
||||||
# SslNull.c
|
# OpensslStub/SslNull.c
|
||||||
EcSm2Null.c
|
OpensslStub/EcSm2Null.c
|
||||||
|
|
||||||
[Sources.IA32]
|
[Sources.IA32]
|
||||||
# Autogenerated files list starts here
|
# Autogenerated files list starts here
|
||||||
|
|
|
@ -36,10 +36,10 @@
|
||||||
# Autogenerated files list ends here
|
# Autogenerated files list ends here
|
||||||
buildinf.h
|
buildinf.h
|
||||||
buildinf.c
|
buildinf.c
|
||||||
ossl_store.c
|
OpensslStub/ossl_store.c
|
||||||
rand_pool.c
|
OpensslStub/rand_pool.c
|
||||||
SslNull.c
|
OpensslStub/SslNull.c
|
||||||
EcSm2Null.c
|
OpensslStub/EcSm2Null.c
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
|
@ -40,10 +40,10 @@
|
||||||
# Autogenerated files list ends here
|
# Autogenerated files list ends here
|
||||||
buildinf.h
|
buildinf.h
|
||||||
buildinf.c
|
buildinf.c
|
||||||
ossl_store.c
|
OpensslStub/ossl_store.c
|
||||||
rand_pool.c
|
OpensslStub/rand_pool.c
|
||||||
# SslNull.c
|
# OpensslStub/SslNull.c
|
||||||
# EcSm2Null.c
|
# OpensslStub/EcSm2Null.c
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
MdePkg/MdePkg.dec
|
MdePkg/MdePkg.dec
|
||||||
|
|
|
@ -42,10 +42,10 @@
|
||||||
# Autogenerated files list ends here
|
# Autogenerated files list ends here
|
||||||
buildinf.h
|
buildinf.h
|
||||||
buildinf.c
|
buildinf.c
|
||||||
ossl_store.c
|
OpensslStub/ossl_store.c
|
||||||
rand_pool.c
|
OpensslStub/rand_pool.c
|
||||||
# SslNull.c
|
# OpensslStub/SslNull.c
|
||||||
# EcSm2Null.c
|
# OpensslStub/EcSm2Null.c
|
||||||
|
|
||||||
[Sources.IA32]
|
[Sources.IA32]
|
||||||
# Autogenerated files list starts here
|
# Autogenerated files list starts here
|
||||||
|
|
Loading…
Reference in New Issue