X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal_threefish1024.c;fp=bcal%2Fbcal_threefish1024.c;h=167cbf99336fbafb8a353bd90dcd6261ba02b350;hp=8f1a10856b1142f7873290a992ed9df8fe489226;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/bcal/bcal_threefish1024.c b/bcal/bcal_threefish1024.c index 8f1a108..167cbf9 100644 --- a/bcal/bcal_threefish1024.c +++ b/bcal/bcal_threefish1024.c @@ -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); }