]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/cmacvs.h
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / cmacvs.h
index f436275d150f63dbec8b60abf7528aef82bdbb9a..599e4b73ea1ab52fe9d5fa0e2fb5062094e108bb 100644 (file)
@@ -34,7 +34,7 @@ extern bcdesc_t*  cmacvs_algo;
 extern bcdesc_t** cmacvs_algolist;
 
 void cmacvs_listalgos(void);
-void cmacvs_setalgo(charparam);
+void cmacvs_setalgo(char *param);
 void cmacvs_test1(void);
 void cmacvs_test2(void);