diff options
author | Jan Dubois <jand@activestate.com> | 2010-12-07 13:51:46 -0800 |
---|---|---|
committer | Jan Dubois <jand@activestate.com> | 2010-12-07 14:20:53 -0800 |
commit | 9cef83062267e94311e1fd8744396e440642738e (patch) | |
tree | 91d98f7d1d66f9e760e1d3c0648374bca7087fa4 /README.win32 | |
parent | 9d021ad4f2bddaf5f0cd07d1c565a2ebdc9f4d6d (diff) | |
download | perl-9cef83062267e94311e1fd8744396e440642738e.tar.gz |
Always build with crypt() support on Windows
The sources did support to drop win32/fcrypt.c from a Perl distribution
and build without a crypt() implementation to account for the paranoia
around distribution of encryption technology. However sources and binaries
have been released for at least 10 years with all the code in place, so
there is not much point in making it configurable.
Diffstat (limited to 'README.win32')
-rw-r--r-- | README.win32 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/README.win32 b/README.win32 index f314b9dd92..cbd42e7678 100644 --- a/README.win32 +++ b/README.win32 @@ -382,16 +382,6 @@ You may also need to comment out the C<DELAYLOAD = ...> line in the Makefile if you're using VC++ 6.0 without the latest service pack and the linker reports an internal error. -If you have either the source or a library that contains des_fcrypt(), -enable the appropriate option in the makefile. A ready-to-use version -of fcrypt.c, based on the version originally written by Eric Young at -ftp://ftp.funet.fi/pub/crypt/mirrors/dsi/libdes/, is bundled with the -distribution and CRYPT_SRC is set to use it. -Alternatively, if you have built a library that contains des_fcrypt(), -you can set CRYPT_LIB to point to the library name. -Perl will also build without des_fcrypt(), but the crypt() builtin will -fail at run time. - If you want build some core extensions statically into perl's dll, specify them in the STATIC_EXT macro. |