diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-26 21:12:11 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-26 21:12:11 +0000 |
commit | b8957cf14d64aac7919c660fa810962ddf2b2dee (patch) | |
tree | 9c81f355b001a56b6b117155739d8f6b792fd21c /win32/win32.c | |
parent | 337c22ddc0d5386a52aff57d1de5d5938ef9cd2d (diff) | |
download | perl-b8957cf14d64aac7919c660fa810962ddf2b2dee.tar.gz |
s/TMP_CRLF_PATCH/PERL_STRICT_CR/ with sense reversed, so they
can disable it from config.sh if they want; up patchlevel to 5_01;
little tweaks to pods
p4raw-id: //depot/maint-5.005/perl@1668
Diffstat (limited to 'win32/win32.c')
-rw-r--r-- | win32/win32.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.c b/win32/win32.c index 03a9bd8aa9..721b62ace9 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -1175,6 +1175,7 @@ win32_crypt(const char *txt, const char *salt) return des_fcrypt(crypt_buffer, txt, salt); #else die("The crypt() function is unimplemented due to excessive paranoia."); + return Nullch; #endif } #endif |