summaryrefslogtreecommitdiff
path: root/src/unistd/encrypt.c
blob: 29419657595c1ffa0ad28a5d859e01d1d55c1d73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if 0

#include <unistd.h>

void encrypt(char block[64], int edflag)
{
}

/*
XOPEN(4)
*/


#endif