mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-05 00:00:45 -04:00
aesni: Namespace include guard for AES-CMAC
Was the same as in the cmac plugin.
This commit is contained in:
parent
e438915e62
commit
26f20cc258
@ -18,8 +18,8 @@
|
||||
* @{ @ingroup aesni
|
||||
*/
|
||||
|
||||
#ifndef CMAC_H_
|
||||
#define CMAC_H_
|
||||
#ifndef AESNI_CMAC_H_
|
||||
#define AESNI_CMAC_H_
|
||||
|
||||
#include <crypto/mac.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);
|
||||
|
||||
#endif /** CMAC_H_ @}*/
|
||||
#endif /** AESNI_CMAC_H_ @}*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user