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.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/unistd/encrypt.c b/src/unistd/encrypt.c
deleted file mode 100644
index 29419657..00000000
--- a/src/unistd/encrypt.c
+++ /dev/null
@@ -1,14 +0,0 @@
-#if 0
-
-#include <unistd.h>
-
-void encrypt(char block[64], int edflag)
-{
-}
-
-/*
-XOPEN(4)
-*/
-
-
-#endif