Skip to content

Commit eef1728

Browse files
0xc0170RyoheiHagimoto
authored andcommitted
Samsung: fix incorrect conflict resolution
1 parent 4bfdc57 commit eef1728

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

features/mbedtls/targets/TARGET_Samsung/sha/sha512_alt.c

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,19 +243,8 @@ int mbedtls_sha512_finish_ret(mbedtls_sha512_context *ctx, unsigned char output[
243243
if (ret != SSSR_SUCCESS) {
244244
return ret;
245245
}
246-
247-
<<<<<<< cd37b0cf8e0be356705b7c17c0871c8f3acc03fa
248246
}
249-
=======
250-
//! step 3 : get hash result from SSS
251-
ret = mb_hash_final(&stHASH_Input, &ctx->pstDigest);
252-
253-
if (ret != SSSR_SUCCESS) {
254-
return ret;
255-
}
256247

257-
}
258-
>>>>>>> tidy up PR comments #3
259248
return 0;
260249
}
261250

0 commit comments

Comments
 (0)