X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-cscipher-test.c;h=0e96709fe53d61812b667d21f6a586686de9d274;hb=2c909fca2a13cd76a526515bda5d0292483d7a55;hp=b8191f783b95b85ce34847a5d478b154c952fb29;hpb=a45c328791dc391e6432051ee0c7972ef7fd8d9a;p=avr-crypto-lib.git 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); }