forked from wolfSSL/wolfssl
Fixes #136
This commit is contained in:
@ -12281,7 +12281,7 @@ int DoSessionTicket(CYASSL* ssl,
|
||||
ERROR_OUT(MEMORY_E, done_b);
|
||||
#endif
|
||||
|
||||
if ((ret = InitSha(sha) != 0))
|
||||
if ((ret = InitSha(sha)) != 0)
|
||||
goto done_b;
|
||||
|
||||
ShaUpdate(sha, ssl->arrays->clientRandom, RAN_LEN);
|
||||
|
Reference in New Issue
Block a user