[Freeciv-Dev] (PR#11971) Use encrypted passwords where possible
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
<URL: http://bugs.freeciv.org/Ticket/Display.html?id=11971 >
> [vasc - Wed Jan 19 15:20:45 2005]:
> If all we want is simple password encryption, just use "man -s 3c
> crypt".
>
> Most unixes have a crypt function.
I thought about that, but I didn't see one for windows with -mno-cygwin:
$ gcc -mno-cygwin testit.c -o testit
testit.c:1:19: crypt.h: No such file or directory
There may be one available for mingw; I don't know where I would go to
look for it.
Ed
|
|