minimum change for PolarSSL

This commit is contained in:
NIIBE Yutaka
2013-03-19 15:59:00 +09:00
parent dae09f62ce
commit 91a5ea3ac0
4 changed files with 22 additions and 24 deletions

View File

@@ -767,7 +767,6 @@ int aes_crypt_ecb( aes_context *ctx,
return( 0 );
}
#if 0
/*
* AES-CBC buffer encryption/decryption
*/
@@ -831,7 +830,6 @@ int aes_crypt_cbc( aes_context *ctx,
return( 0 );
}
#endif
#if defined(POLARSSL_CIPHER_MODE_CFB)
/*