X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;ds=sidebyside;f=test_src%2Fmain-aes128-test.c;h=72e06f6198bbcd0819395eb3ddbdbe79b810b255;hb=9e69044519495dad3e2f76fc7795e72390b79a45;hp=01cf583557440443c00e1716b5d782d7e0edc01f;hpb=f02dfa3ab0f34d6b9ef4afc5aa336255fd21882c;p=avr-crypto-lib.git diff --git a/test_src/main-aes128-test.c b/test_src/main-aes128-test.c index 01cf583..72e06f6 100644 --- a/test_src/main-aes128-test.c +++ b/test_src/main-aes128-test.c @@ -30,10 +30,10 @@ #include "nessie_bc_test.h" #include "cli.h" #include "performance_test.h" - #include #include #include +#include char* algo_name = "AES-128"; @@ -99,6 +99,7 @@ void testrun_testkey_aes128(void){ void testrun_testkey_aes(void){ testrun_testkey_aes128(); } + /*****************************************************************************/ void testrun_performance_aes128(void){