Change 11720 by pudge@pudge-mobile on 2001/08/19 19:00:16 Integrate Change #11599 from maint-5.6/perl Affected files ... ... //depot/maint-5.6/macperl/README.win32#2 integrate Differences ... ==== //depot/maint-5.6/macperl/README.win32#2 (text) ==== Index: perl/README.win32 --- perl/README.win32.~1~ Sun Aug 19 13:15:05 2001 +++ perl/README.win32 Sun Aug 19 13:15:05 2001 @@ -200,7 +200,7 @@ on the export of cryptographic software. Nevertheless, this routine is part of the "libdes" library (written by Eric Young) which is widely available worldwide, usually along with SSLeay (for example, -"ftp://fractal.mta.ca/pub/crypto/SSLeay/DES/"). Set CRYPT_SRC to the +"ftp://ftp.funet.fi/pub/crypt/mirrors/dsi/libdes/"). Set CRYPT_SRC to the name of the file that implements des_fcrypt(). Alternatively, if you have built a library that contains des_fcrypt(), you can set CRYPT_LIB to point to the library name. The location above contains @@ -210,6 +210,12 @@ easier to use. A patch against the fcrypt.c found in libdes-3.06 is in des_fcrypt.patch. +An easier alternative may be to get the pre-patched and ready-to-use +fcrypt.c that can be found here: + + http://downloads.ActiveState.com/pub/staff/gsar/fcrypt.c + ftp://ftp.ActiveState.com/pub/staff/gsar/fcrypt.c + Perl will also build without des_fcrypt(), but the crypt() builtin will fail at run time. End of Patch.