]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-ubi-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-ubi-test.c
index 435b7163fadcc91adf3cc68bd851b348552bbb9c..79ba647314941beaf931d2c4f35208772c18016b 100644 (file)
@@ -26,7 +26,7 @@
 #include "ubi.h"
 #include "performance_test.h"
 
-charalgo_name = "UBI-Threefish";
+char *algo_name = "UBI-Threefish";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *