summaryrefslogtreecommitdiffstats
path: root/src/method_aes128_gcm.c
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2012-11-01 15:11:25 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2012-11-01 15:11:25 +0100
commit86df5dbefec807234e9a458da00acbbd2e0e6649 (patch)
tree361b618a4f387b798a63193ecf1c86755ff901c6 /src/method_aes128_gcm.c
parent42e44a0b5c85b890810e398f86b7ec3a06a02d12 (diff)
downloadfastd-86df5dbefec807234e9a458da00acbbd2e0e6649.tar
fastd-86df5dbefec807234e9a458da00acbbd2e0e6649.zip
Move unistd.h include to fastd.h
Diffstat (limited to 'src/method_aes128_gcm.c')
-rw-r--r--src/method_aes128_gcm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/method_aes128_gcm.c b/src/method_aes128_gcm.c
index 68b9030..f21904e 100644
--- a/src/method_aes128_gcm.c
+++ b/src/method_aes128_gcm.c
@@ -27,8 +27,6 @@
#include "fastd.h"
#include "crypto.h"
-#include <unistd.h>
-
#define KEYBYTES 16
#define NONCEBYTES 7