aesni: Namespace include guard for AES-CMAC

Was the same as in the cmac plugin.
This commit is contained in:
Tobias Brunner
2020-01-28 15:32:43 +01:00
parent e438915e62
commit 26f20cc258
+3 -3
View File
@@ -18,8 +18,8 @@
* @{ @ingroup aesni * @{ @ingroup aesni
*/ */
#ifndef CMAC_H_ #ifndef AESNI_CMAC_H_
#define CMAC_H_ #define AESNI_CMAC_H_
#include <crypto/mac.h> #include <crypto/mac.h>
#include <crypto/prfs/prf.h> #include <crypto/prfs/prf.h>
@@ -49,4 +49,4 @@ prf_t *aesni_cmac_prf_create(pseudo_random_function_t algo);
*/ */
signer_t *aesni_cmac_signer_create(integrity_algorithm_t algo); signer_t *aesni_cmac_signer_create(integrity_algorithm_t algo);
#endif /** CMAC_H_ @}*/ #endif /** AESNI_CMAC_H_ @}*/