Drop dummy self_test functions

This commit is contained in:
Manuel Pégourié-Gonnard 2014-04-11 17:50:41 +02:00
parent 8d92cedd11
commit 240b092a6c
7 changed files with 0 additions and 70 deletions

View file

@ -897,19 +897,4 @@ int cipher_auth_decrypt( cipher_context_t *ctx,
}
#endif /* POLARSSL_CIPHER_MODE_AEAD */
#if defined(POLARSSL_SELF_TEST)
/*
* Checkup routine
*/
int cipher_self_test( int verbose )
{
((void) verbose);
return( 0 );
}
#endif /* POLARSSL_SELF_TEST */
#endif /* POLARSSL_CIPHER_C */