EOF and Crypt

Posted by Neves on Wed 29 May 2002 02:00 AM — 2 posts, 13,705 views.

USA #0
First, I noticed a lot of bug checks for 'EOF' and found often I had triggered them when I made errors in code, but what is EOF exactly?

Also, in cygwin, it has a component called crypt, why doesn't it work for the crypt in the code?

-Jay
Australia Forum Administrator #1
EOF is End Of File. You will probably get those if empty files are passed in where it expects some data.

As for crypt, this is probably some sort of encryption export issue.