]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal_threefish256.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / bcal / bcal_threefish256.c
index f95f1a2f6c9a9ffb39e70bdeca942d51a1b316d8..817edbff384013ee771aa3c03e68447f153f5d6f 100644 (file)
@@ -36,7 +36,7 @@ const char threefish256_str[]   PROGMEM = "Threefish-256";
 const uint8_t threefish256_keysize_desc[] PROGMEM = { KS_TYPE_LIST, 1, KS_INT(256),
                                                 KS_TYPE_TERMINATOR    };
 
-static void threefish256_dummy_init(void* key, void* ctx){
+static void threefish256_dummy_init(void *key, void *ctx){
        threefish256_init(key, NULL, ctx);
 }