Style fixes

Remove redundant extra lines.
pull/10913/head
Ron Eldor 2019-07-23 13:54:09 +03:00
parent 6b17df7685
commit 4cf3e1c1bc
1 changed files with 0 additions and 2 deletions

View File

@ -26,7 +26,6 @@
void mbedtls_sha512_init( mbedtls_sha512_context *ctx )
{
memset( ctx, 0, sizeof( mbedtls_sha512_context ) );
}
void mbedtls_sha512_free( mbedtls_sha512_context *ctx )
@ -83,4 +82,3 @@ int mbedtls_sha512_finish_ret( mbedtls_sha512_context *ctx,
return ( MBEDTLS_ERR_PLATFORM_HW_ACCEL_FAILED );
}
#endif //MBEDTLS_SHA512_ALT