diff options
Diffstat (limited to 'src/unistd/encrypt.c')
-rw-r--r-- | src/unistd/encrypt.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/unistd/encrypt.c b/src/unistd/encrypt.c index 7fa4e7f7..29419657 100644 --- a/src/unistd/encrypt.c +++ b/src/unistd/encrypt.c @@ -1,3 +1,5 @@ +#if 0 + #include <unistd.h> void encrypt(char block[64], int edflag) @@ -7,3 +9,6 @@ void encrypt(char block[64], int edflag) /* XOPEN(4) */ + + +#endif |