1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-28 00:21:48 +03:00

- Cleaned up warning-generating code

This commit is contained in:
Paul Bakker
2011-01-18 16:17:47 +00:00
parent f917e42c9b
commit d61e7d98cb
5 changed files with 18 additions and 4 deletions

View File

@ -366,6 +366,8 @@ int cipher_finish( cipher_context_t *ctx, unsigned char *output, int *olen)
int cipher_self_test( int verbose )
{
((void) verbose);
return( 0 );
}