X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=test_src%2Fmain-gcm-test.c;h=35722652f1fb2c82480cd09802f17f02a2f42b55;hb=e9e07569721b9e005d6b602e26a03e930e796577;hp=f2726f2cd0e79cf04d72ec5f396d8fcbf13cdb06;hpb=2c909fca2a13cd76a526515bda5d0292483d7a55;p=avr-crypto-lib.git diff --git a/test_src/main-gcm-test.c b/test_src/main-gcm-test.c index f2726f2..3572265 100644 --- a/test_src/main-gcm-test.c +++ b/test_src/main-gcm-test.c @@ -1,7 +1,7 @@ /* main-gcm-test.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2006-2014 Daniel Otte (daniel.otte@rub.de) + Copyright (C) 2006-2015 Daniel Otte (bg@nerilex.org) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -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";