summaryrefslogtreecommitdiffstats
path: root/src/gsm/milenage/aes_i.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gsm/milenage/aes_i.h')
-rw-r--r--src/gsm/milenage/aes_i.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/gsm/milenage/aes_i.h b/src/gsm/milenage/aes_i.h
index 6b40bc78..c8317575 100644
--- a/src/gsm/milenage/aes_i.h
+++ b/src/gsm/milenage/aes_i.h
@@ -12,8 +12,7 @@
* See README and COPYING for more details.
*/
-#ifndef AES_I_H
-#define AES_I_H
+#pragma once
#include "aes.h"
@@ -118,5 +117,3 @@ static inline u32 rotr(u32 val, int bits)
#define AES_PRIV_SIZE (4 * 44)
void rijndaelKeySetupEnc(u32 rk[/*44*/], const u8 cipherKey[]);
-
-#endif /* AES_I_H */