From a0dd1ebaf7613657a39ca22882ac6eaafa4a932e Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 9 Feb 2019 15:42:20 -0500 Subject: merge XOPEN identifiers --- src/unistd/encrypt.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/unistd/encrypt.c (limited to 'src/unistd/encrypt.c') 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 + +void encrypt(char block[64], int edflag) +{ +} + +/* +XOPEN(4) +*/ -- cgit v1.2.1