]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal_threefish1024.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / bcal / bcal_threefish1024.c
index 8f1a10856b1142f7873290a992ed9df8fe489226..167cbf99336fbafb8a353bd90dcd6261ba02b350 100644 (file)
@@ -36,7 +36,7 @@ const char threefish1024_str[]   PROGMEM = "Threefish-1024";
 const uint8_t threefish1024_keysize_desc[] PROGMEM = { KS_TYPE_LIST, 1, KS_INT(1024),
                                                 KS_TYPE_TERMINATOR    };
 
-static void threefish1024_dummy_init(void* key, void* ctx){
+static void threefish1024_dummy_init(void *key, void *ctx){
        threefish1024_init(key, NULL, ctx);
 }