mirror of https://github.com/ARMmbed/mbed-os.git
Remove trailing whitespace
parent
80b58614a2
commit
f1704733af
|
@ -144,7 +144,7 @@ void mbedtls_sha256_finish( mbedtls_sha256_context *ctx, unsigned char output[32
|
||||||
mbedtls_zeroize(ctx->sbuf, MBEDTLS_SHA256_BLOCK_SIZE);
|
mbedtls_zeroize(ctx->sbuf, MBEDTLS_SHA256_BLOCK_SIZE);
|
||||||
ctx->sbuf_len = 0;
|
ctx->sbuf_len = 0;
|
||||||
__HAL_HASH_START_DIGEST();
|
__HAL_HASH_START_DIGEST();
|
||||||
|
|
||||||
if (ctx->is224 == 0) {
|
if (ctx->is224 == 0) {
|
||||||
if (HAL_HASHEx_SHA256_Finish(&ctx->hhash_sha256, output, 10) != 0) {
|
if (HAL_HASHEx_SHA256_Finish(&ctx->hhash_sha256, output, 10) != 0) {
|
||||||
//return 1; // Return error code here
|
//return 1; // Return error code here
|
||||||
|
|
Loading…
Reference in New Issue