X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=bcal%2Fbcal_threefish256.c;h=817edbff384013ee771aa3c03e68447f153f5d6f;hb=3a9f9d918fb95474996af535c225a7e187d88372;hp=f95f1a2f6c9a9ffb39e70bdeca942d51a1b316d8;hpb=924aa320bef6f192feecdb67d209c790bd49ea49;p=avr-crypto-lib.git 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); }