aboutsummaryrefslogtreecommitdiffstats
path: root/src/constructs/aont/package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/constructs/aont/package.h')
-rw-r--r--src/constructs/aont/package.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/constructs/aont/package.h b/src/constructs/aont/package.h
index 35d2a23fc..5024c0421 100644
--- a/src/constructs/aont/package.h
+++ b/src/constructs/aont/package.h
@@ -6,6 +6,9 @@
* Distributed under the terms of the Botan license
*/
+#ifndef BOTAN_AONT_PACKAGE_TRANSFORM_H__
+#define BOTAN_AONT_PACKAGE_TRANSFORM_H__
+
#include <botan/block_cipher.h>
#include <botan/rng.h>
@@ -43,3 +46,5 @@ void unpackage(BlockCipher* cipher,
}
}
+
+#endif