]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - bcal/bcal_threefish512.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / bcal / bcal_threefish512.c
index ff61a74e74ac9b55d72773db65581587a4641b9b..9f7f1bcd8d70a32e543ab5d6f65233b13c67f1af 100644 (file)
@@ -36,7 +36,7 @@ const char threefish512_str[]   PROGMEM = "Threefish-512";
 const uint8_t threefish512_keysize_desc[] PROGMEM = { KS_TYPE_LIST, 1, KS_INT(512),
                                                 KS_TYPE_TERMINATOR    };
 
-static void threefish512_dummy_init(void* key, void* ctx){
+static void threefish512_dummy_init(void *key, void *ctx){
        threefish512_init(key, NULL, ctx);
 }