summaryrefslogtreecommitdiff
path: root/src/unistd/encrypt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/unistd/encrypt.c')
-rw-r--r--src/unistd/encrypt.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/unistd/encrypt.c b/src/unistd/encrypt.c
new file mode 100644
index 00000000..7fa4e7f7
--- /dev/null
+++ b/src/unistd/encrypt.c
@@ -0,0 +1,9 @@
+#include <unistd.h>
+
+void encrypt(char block[64], int edflag)
+{
+}
+
+/*
+XOPEN(4)
+*/