Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/wh_server_crypto.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,7 @@ static int _HandleEccVerify(whServerContext* ctx, uint16_t magic, int devId,
if (ret < 0) {
/* Problem dumping the public key. Set to 0 length */
pub_size = 0;
ret = 0;
}
else {
pub_size = ret;
Expand Down
Loading