> and found the "fgets(tty): Invalid argument" was
> caused by the following code in crypto/des/read_pwd.c
> #ifdef DEBUG
> perror("fgets(tty)");
> #endif
> The argument of fgets should be [...]
"fgets(tty)" is just a string there; if anything is wrong, then it
might be that perror has not been declared, or its prototype is
non-standard.
______________________________________________________________________
OpenSSL Project http://www.openssl.org
Development Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]