Skip to content

Commit 4cf3e1c

Browse files
Ron EldorRon Eldor
authored andcommitted
Style fixes
Remove redundant extra lines.
1 parent 6b17df7 commit 4cf3e1c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

features/cryptocell/FEATURE_CRYPTOCELL310/sha512_alt.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
void mbedtls_sha512_init( mbedtls_sha512_context *ctx )
2727
{
2828
memset( ctx, 0, sizeof( mbedtls_sha512_context ) );
29-
3029
}
3130

3231
void mbedtls_sha512_free( mbedtls_sha512_context *ctx )
@@ -83,4 +82,3 @@ int mbedtls_sha512_finish_ret( mbedtls_sha512_context *ctx,
8382
return ( MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED );
8483
}
8584
#endif //MBEDTLS_SHA512_ALT
86-

0 commit comments

Comments
 (0)