diff options
Diffstat (limited to 'crypto_aead/lilliputaei128v1/ref/test/helpers.h')
| -rw-r--r-- | crypto_aead/lilliputaei128v1/ref/test/helpers.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/crypto_aead/lilliputaei128v1/ref/test/helpers.h b/crypto_aead/lilliputaei128v1/ref/test/helpers.h index 96e5184..f4e5208 100644 --- a/crypto_aead/lilliputaei128v1/ref/test/helpers.h +++ b/crypto_aead/lilliputaei128v1/ref/test/helpers.h @@ -1,4 +1,5 @@ -#pragma once +#ifndef HELPERS_H +#define HELPERS_H #include <stdint.h> #include <stdio.h> @@ -18,3 +19,5 @@ static inline FILE* open_dump_file(const char *folder, const char* vector, const } + +#endif /* HELPERS_H */ |
