X-Git-Url: https://git.cryptolib.org/?p=avr-crypto-lib.git;a=blobdiff_plain;f=hfal%2Fhfal_sha1.c;h=a314267bf4920493a620cc05a9494fbd8858ac77;hp=26128ee5f177991d21d72200e214c277f809e104;hb=4b5da1dc27a791b5c448274a3db09cd035b33493;hpb=924aa320bef6f192feecdb67d209c790bd49ea49 diff --git a/hfal/hfal_sha1.c b/hfal/hfal_sha1.c index 26128ee..a314267 100644 --- a/hfal/hfal_sha1.c +++ b/hfal/hfal_sha1.c @@ -1,7 +1,7 @@ /* hfal_sha1.c */ /* This file is part of the AVR-Crypto-Lib. - Copyright (C) 2008 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 @@ -18,7 +18,7 @@ */ /** * \file hfal_sha1.c - * \email daniel.otte@rub.de + * \email bg@nerilex.org * \author Daniel Otte * \date 2009-02-04 * \license GPLv3 or later @@ -28,7 +28,7 @@ #include #include #include "hashfunction_descriptor.h" -#include "sha1/sha1.h" +#include "sha1.h" static const char sha1_str[] PROGMEM = "SHA-1";