]> git.cryptolib.org Git - avr-crypto-lib.git/blobdiff - test_src/main-bigint-test.c
global style change (now * is attached to identifier not to type)
[avr-crypto-lib.git] / test_src / main-bigint-test.c
index b757f28f342e42882b02f871ecbfe0a414dd63d5..21ab09c758363fd8be7fc1df4d930f8475cb38fe 100644 (file)
@@ -30,7 +30,7 @@
 
 #include "performance_test.h"
 
-charalgo_name = "BigInt";
+char *algo_name = "BigInt";
 
 /*****************************************************************************
  *  additional validation-functions                                                                                     *