- Added first version of Camellia

This commit is contained in:
Paul Bakker 2009-01-10 23:31:23 +00:00
parent 7a7c78fd02
commit 38119b18d6
7 changed files with 996 additions and 2 deletions

View file

@ -126,6 +126,11 @@ int main( int argc, char *argv[] )
return( ret );
#endif
#if defined(POLARSSL_CAMELLIA_C)
if( ( ret = camellia_self_test( v ) ) != 0 )
return( ret );
#endif
if( v != 0 )
{
printf( " [ All tests passed ]\n\n" );