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);
|
ERROR_OUT(MEMORY_E, done_b);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if ((ret = InitSha(sha) != 0))
|
if ((ret = InitSha(sha)) != 0)
|
||||||
goto done_b;
|
goto done_b;
|
||||||
|
|
||||||
ShaUpdate(sha, ssl->arrays->clientRandom, RAN_LEN);
|
ShaUpdate(sha, ssl->arrays->clientRandom, RAN_LEN);
|
||||||
|
Reference in New Issue
Block a user