Initial import, 0.1 + pk 0.2.4-B1
[unix-history] / lib / libc / gen / crypt_dummy.c
char *
crypt (k, s) char *k,*s; {
write(2,"Crypt not present in system\n", 29);
return(k);
}