comparison libtomcrypt/src/ciphers/des.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
1869 /** Terminate the context 1869 /** Terminate the context
1870 @param skey The scheduled key 1870 @param skey The scheduled key
1871 */ 1871 */
1872 void des3_done(symmetric_key *skey) 1872 void des3_done(symmetric_key *skey)
1873 { 1873 {
1874 (void)skey;
1874 } 1875 }
1875 1876
1876 1877
1877 #if 0 1878 #if 0
1878 /** 1879 /**