X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=test_src%2Fmain-gcm-test.c;h=0211592ff66cc37a03569aa9d33d4a66b03ad6cb;hp=f2726f2cd0e79cf04d72ec5f396d8fcbf13cdb06;hb=6c688ee8a14c2452afb4e3c855939b9d0dc858d7;hpb=d72d6fbe7abbd26958657c877bc0a3dbef8148ce diff --git a/test_src/main-gcm-test.c b/test_src/main-gcm-test.c index f2726f2..0211592 100644 --- a/test_src/main-gcm-test.c +++ b/test_src/main-gcm-test.c @@ -27,9 +27,9 @@ #include "main-test-common.h" #include -#include -#include -#include +#include +#include +#include #include "performance_test.h" char *algo_name = "GCM-AES128";