summaryrefslogtreecommitdiff
path: root/src/unistd/encrypt.c
blob: 7fa4e7f76c8017f17790c8e75484a1d2bcec130d (plain)
1
2
3
4
5
6
7
8
9
#include <unistd.h>

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

/*
XOPEN(4)
*/