Mercurial > dropbear
comparison libtomcrypt/src/ciphers/twofish/twofish.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 | f849a5ca2efc |
comparison
equal
deleted
inserted
replaced
1090:93e1a0eb40ef | 1091:eef377591301 |
---|---|
682 /** Terminate the context | 682 /** Terminate the context |
683 @param skey The scheduled key | 683 @param skey The scheduled key |
684 */ | 684 */ |
685 void twofish_done(symmetric_key *skey) | 685 void twofish_done(symmetric_key *skey) |
686 { | 686 { |
687 (void)skey; | |
687 } | 688 } |
688 | 689 |
689 /** | 690 /** |
690 Gets suitable key size | 691 Gets suitable key size |
691 @param keysize [in/out] The length of the recommended key (in bytes). This function will store the suitable size back in this variable. | 692 @param keysize [in/out] The length of the recommended key (in bytes). This function will store the suitable size back in this variable. |