audk/CryptoPkg/Library/TlsLib
Jiaxin Wu 0878771f0c CryptoPkg/TlsLib: Change the return type of TlsInitialize().
V2:
* Correct the commit log.

Currently, the return code of OPENSSL_init_ssl(0 or 1) and RandomSeed
(TRUE or FALSE) are not checked in TlsInitialize(). Also "VOID" is used
as the return type of TlsInitialize(), which can't be used to capture
the returned value for error handling.

From Long Qin (CryptoPkg owner):
The early version of OPENSSL_init_ssl() use the "VOID" as the return
value, which was updated to "int" later because the function changes
can fail.

So, this patch is to change the return type of TlsInitialize() to
follow up the OPENSSL_init_ssl() update.

Cc: Ye Ting <ting.ye@intel.com>
Cc: Long Qin <qin.long@intel.com>
Cc: Fu Siyuan <siyuan.fu@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Wu Jiaxin <jiaxin.wu@intel.com>
Reviewed-by: Long Qin <qin.long@intel.com>
2017-11-24 08:46:20 +08:00
..
InternalTlsLib.h CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsConfig.c CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsInit.c CryptoPkg/TlsLib: Change the return type of TlsInitialize(). 2017-11-24 08:46:20 +08:00
TlsLib.inf CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsLib.uni CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00
TlsProcess.c CryptoPkg: Convert files to CRLF line ending 2017-04-06 15:42:34 +08:00