X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-cscipher-test.c;fp=test_src%2Fmain-cscipher-test.c;h=0e96709fe53d61812b667d21f6a586686de9d274;hp=b8191f783b95b85ce34847a5d478b154c952fb29;hb=3a9f9d918fb95474996af535c225a7e187d88372;hpb=33d65e8032f77c1cbec1bc99e898affc96966c3c diff --git a/test_src/main-cscipher-test.c b/test_src/main-cscipher-test.c index b8191f7..0e96709 100644 --- a/test_src/main-cscipher-test.c +++ b/test_src/main-cscipher-test.c @@ -29,9 +29,9 @@ #include "bcal-performance.h" #include "bcal_cscipher.h" -char* algo_name = "CS-Cipher"; +char *algo_name = "CS-Cipher"; -const bcdesc_t* const algolist[] PROGMEM = { +const bcdesc_t *const algolist[] PROGMEM = { (bcdesc_t*)&cscipher_desc, NULL }; @@ -40,7 +40,7 @@ const bcdesc_t* const algolist[] PROGMEM = { * additional validation-functions * *****************************************************************************/ -void cscipher_init_dummy(const uint8_t* key, uint16_t keysize_b, void* ctx){ +void cscipher_init_dummy(const uint8_t *key, uint16_t keysize_b, void *ctx){ cscipher_init(key, ctx); }