X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=bcal%2Fbcal_threefish512.c;fp=bcal%2Fbcal_threefish512.c;h=9f7f1bcd8d70a32e543ab5d6f65233b13c67f1af;hp=ff61a74e74ac9b55d72773db65581587a4641b9b;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/bcal/bcal_threefish512.c b/bcal/bcal_threefish512.c index ff61a74..9f7f1bc 100644 --- a/bcal/bcal_threefish512.c +++ b/bcal/bcal_threefish512.c @@ -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); }