]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - serpent/serpent-sboxes_c.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / serpent / serpent-sboxes_c.c
index bdbe175319cd49d53bc1a543eb251597bbdb72ce..c4ec83b66c9e85bd16c32eca6b87abfbe63ad5d3 100644 (file)
@@ -92,7 +92,7 @@ static void serpent_fp(uint32_t *i, uint32_t *o){
 }
 
 /******************************************************************************/
-static void sbox128x(uint8_t box, voidw){
+static void sbox128x(uint8_t box, void *w){
        uint8_t sb[16];
        uint8_t i,t,x;
        box &= 0x0f;