summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/tweakey.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/tweakey.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/tweakey.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/tweakey.h b/crypto_aead/lilliputaei128v1/ref/tweakey.h
index 76e95db..92debf4 100644
--- a/crypto_aead/lilliputaei128v1/ref/tweakey.h
+++ b/crypto_aead/lilliputaei128v1/ref/tweakey.h
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef TWEAKEY_H
+#define TWEAKEY_H
#include <stdio.h> /* debug */
#include <stdint.h>
@@ -29,3 +30,5 @@ void tweakey_state_extract(
);
void tweakey_state_update(tweakey_state *TK);
+
+#endif /* TWEAKEY_H */