X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal_threefish256.c;fp=bcal%2Fbcal_threefish256.c;h=817edbff384013ee771aa3c03e68447f153f5d6f;hp=f95f1a2f6c9a9ffb39e70bdeca942d51a1b316d8;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/bcal/bcal_threefish256.c b/bcal/bcal_threefish256.c index f95f1a2..817edbf 100644 --- a/bcal/bcal_threefish256.c +++ b/bcal/bcal_threefish256.c @@ -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); }