mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
- Minor fixer to remove compiler warnings for ARMCC
This commit is contained in:
parent
1fad5bfb19
commit
684ddce18c
3 changed files with 1 additions and 3 deletions
|
|
@ -1000,7 +1000,6 @@ int rsa_pkcs1_verify( rsa_context *ctx,
|
|||
return( 0 );
|
||||
else
|
||||
return( POLARSSL_ERR_RSA_VERIFY_FAILED );
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
|
|
|
|||
|
|
@ -91,7 +91,6 @@ static int asn1_get_len( unsigned char **p,
|
|||
|
||||
default:
|
||||
return( POLARSSL_ERR_ASN1_INVALID_LENGTH );
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue