]> git.proxmox.com Git - mirror_edk2.git/commit - CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
CryptoPkg/BaseCryptLib: Add missing OpenSSL includes
authorDavid Woodhouse <David.Woodhouse@intel.com>
Thu, 29 Oct 2015 14:15:53 +0000 (14:15 +0000)
committerqlong <qlong@Edk2>
Thu, 29 Oct 2015 14:15:53 +0000 (14:15 +0000)
commit1cae0c83bbd88822076542e2715077ca2a8bcadb
tree63fe3b657a2b5deecbb4553bda817e62fe21773a
parent50c6a4d2d4d7ede07143c0cde9505938e5d43a5b
CryptoPkg/BaseCryptLib: Add missing OpenSSL includes

OpenSSL 1.1 has cleaned up its include files a little, and it will now
be necessary to directly include things like <openssl/bn.h> if we want
to use them, rather than assuming they are included indirectly from
other headers.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Tested-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Qin Long <qin.long@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@18698 6f19259b-4bc3-4df7-8a09-765794883524
CryptoPkg/Library/BaseCryptLib/Pk/CryptDh.c
CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaBasic.c
CryptoPkg/Library/BaseCryptLib/Pk/CryptRsaExt.c
CryptoPkg/Library/BaseCryptLib/Pk/CryptX509.c