mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2026-01-31 02:39:15 +01:00
XCODE support for v5.2.3 of the FIPS module
This commit is contained in:
@@ -11131,7 +11131,7 @@ static int MsgCheckBoundary(const WOLFSSL* ssl, byte type,
|
||||
* @param ssl The current connection
|
||||
* @param type The enum HandShakeType of the current message
|
||||
* @param msgSz Size of the current message
|
||||
* @return
|
||||
* @return int (less than 0 on fail, 0 on success)
|
||||
*/
|
||||
int EarlySanityCheckMsgReceived(WOLFSSL* ssl, byte type, word32 msgSz)
|
||||
{
|
||||
|
||||
@@ -105,7 +105,7 @@ int SetCipherSpecs(WOLFSSL* ssl)
|
||||
* @param cipherSuite [in]
|
||||
* @param specs [out] CipherSpecs
|
||||
* @param opts [in/out] Options can be NULL
|
||||
* @return
|
||||
* @return int (less than 0 on fail, 0 on success)
|
||||
*/
|
||||
int GetCipherSpec(word16 side, byte cipherSuite0, byte cipherSuite,
|
||||
CipherSpecs* specs, Options* opts)
|
||||
|
||||
Reference in New Issue
Block a user