1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

- Minor fixer to remove compiler warnings for ARMCC

This commit is contained in:
Paul Bakker
2011-07-01 09:25:54 +00:00
parent 1fad5bfb19
commit 684ddce18c
3 changed files with 1 additions and 3 deletions

View File

@ -1000,7 +1000,6 @@ int rsa_pkcs1_verify( rsa_context *ctx,
return( 0 );
else
return( POLARSSL_ERR_RSA_VERIFY_FAILED );
break;
#endif
default: