]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-khazad-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-khazad-test.c
index 859e71513b5e065743b324acf1b52fc1faef00e8..84e6086ba25a44cacf447e833767f410604407fe 100644 (file)
@@ -28,9 +28,9 @@
 #include "bcal-nessie.h"
 #include "bcal_khazad.h"
 
-charalgo_name = "Khazad";
+char *algo_name = "Khazad";
 
-const bcdesc_tconst algolist[] PROGMEM = {
+const bcdesc_t *const algolist[] PROGMEM = {
        (bcdesc_t*)&khazad_desc,
        NULL
 };