]> git.cryptolib.org Git - arm-crypto-lib.git/blobdiff - noekeon/omac_noekeon.h
improving present
[arm-crypto-lib.git] / noekeon / omac_noekeon.h
index c9f1067f2b374d620167dd4afb5f5654339e21f4..7b244ffd916e8955f940480bb41f63448f31d9d5 100644 (file)
@@ -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 <stdint.h>
 
 typedef uint8_t omac_noekeon_ctx_t[16];