Mercurial > dropbear
comparison libtomcrypt/src/ciphers/aes/aes.c @ 1091:eef377591301
Fix unused parameters warnings [-Werror=unused-parameter]
author | Gaël PORTAY <gael.portay@gmail.com> |
---|---|
date | Sat, 02 May 2015 12:16:06 +0200 |
parents | 0cbe8f6dbf9e |
children | 0e1465709336 |
comparison
equal
deleted
inserted
replaced
1090:93e1a0eb40ef | 1091:eef377591301 |
---|---|
726 /** Terminate the context | 726 /** Terminate the context |
727 @param skey The scheduled key | 727 @param skey The scheduled key |
728 */ | 728 */ |
729 void ECB_DONE(symmetric_key *skey) | 729 void ECB_DONE(symmetric_key *skey) |
730 { | 730 { |
731 (void)skey; | |
731 } | 732 } |
732 | 733 |
733 | 734 |
734 /** | 735 /** |
735 Gets suitable key size | 736 Gets suitable key size |