mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-01 03:34:39 +02:00
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