From 2bc46bd54cc8cdcd7647461f2d76384266f2a0e4 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Wed, 31 Jan 2024 16:44:28 -0500 Subject: remove unistd --- src/unistd/encrypt.c | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 src/unistd/encrypt.c (limited to 'src/unistd/encrypt.c') 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 - -void encrypt(char block[64], int edflag) -{ -} - -/* -XOPEN(4) -*/ - - -#endif -- cgit v1.2.1