X-Git-Url: https://git.cryptolib.org/?a=blobdiff_plain;f=noekeon%2Fomac_noekeon.h;h=7b244ffd916e8955f940480bb41f63448f31d9d5;hb=7390f9235d6bc08b7fe34a5f43a04bd3b58f6ea6;hp=c9f1067f2b374d620167dd4afb5f5654339e21f4;hpb=d70d1d77bab1a5f5278227d674bc59da0378fe15;p=arm-crypto-lib.git diff --git a/noekeon/omac_noekeon.h b/noekeon/omac_noekeon.h index c9f1067..7b244ff 100644 --- a/noekeon/omac_noekeon.h +++ b/noekeon/omac_noekeon.h @@ -1,5 +1,5 @@ /* - This file is part of the AVR-Crypto-Lib. + This file is part of the ARM-Crypto-Lib. Copyright (C) 2008, 2009 Daniel Otte (daniel.otte@rub.de) This program is free software: you can redistribute it and/or modify @@ -27,7 +27,7 @@ #ifndef NOEKEON_OMAC_H_ #define NOEKEON_OMAC_H_ -#include "noekeon/noekeon.h" +#include "noekeon.h" #include typedef uint8_t omac_noekeon_ctx_t[16];