summaryrefslogtreecommitdiff
path: root/crypto_aead/lilliputaei128v1/ref/parameters.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/parameters.h')
-rw-r--r--crypto_aead/lilliputaei128v1/ref/parameters.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/parameters.h b/crypto_aead/lilliputaei128v1/ref/parameters.h
index 5327b59..057a510 100644
--- a/crypto_aead/lilliputaei128v1/ref/parameters.h
+++ b/crypto_aead/lilliputaei128v1/ref/parameters.h
@@ -1,4 +1,5 @@
-#pragma once
+#ifndef PARAMETERS_H
+#define PARAMETERS_H
#include <stdint.h>
@@ -14,3 +15,5 @@
#define ROUND_TWEAKEY_BYTES (ROUND_TWEAKEY_LENGTH_BITS/8)
#define ROUNDS 32
+
+#endif /* PARAMETERS_H */