mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-30 00:56:46 +03:00
space and style fixes
This commit is contained in:
parent
9627241beb
commit
e9664c30f0
@ -924,8 +924,8 @@ static const mbedtls_cipher_info_t *mbedtls_cipher_info_from_psa(
|
|||||||
{
|
{
|
||||||
alg &= ~PSA_ALG_BLOCK_CIPHER_PADDING_MASK;
|
alg &= ~PSA_ALG_BLOCK_CIPHER_PADDING_MASK;
|
||||||
}
|
}
|
||||||
switch( alg )
|
|
||||||
|
|
||||||
|
switch( alg )
|
||||||
{
|
{
|
||||||
case PSA_ALG_STREAM_CIPHER:
|
case PSA_ALG_STREAM_CIPHER:
|
||||||
mode = MBEDTLS_MODE_STREAM;
|
mode = MBEDTLS_MODE_STREAM;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user