Include crypt(3) implementation for MSVC

This adds a crypt(3) implementation for use with broadwayd as Visual Studio
does not support crypt(3) out of the box.

The public domain implementation is taken from the following URL,
http://michael.dipperstein.com/crypt/, where AFAICT this implementation
would not be subject to licensing restrictions that would prevent it from
being bundled.
This commit is contained in:
Chun-wei Fan
2013-07-01 14:52:45 +02:00
committed by Alexander Larsson
parent 2268e9d6c9
commit fb6f34e499
5 changed files with 501 additions and 0 deletions

View File

@ -1806,6 +1806,7 @@ docs/reference/libgail-util/version.xml
docs/tools/Makefile
build/Makefile
build/win32/Makefile
build/win32/crypt/Makefile
build/win32/vs9/Makefile
build/win32/vs10/Makefile
gdk/Makefile