diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-04 23:03:23 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-08-04 23:03:23 +0000 |
commit | 2d77217b57f0b274e843a804355ed3f48edfb327 (patch) | |
tree | 245c1a44b9ab495f24b6d2daa11960282dae391e /win32/Makefile | |
parent | d38acd6c115bc9ca928d820fb506866e7dc749da (diff) | |
download | perl-2d77217b57f0b274e843a804355ed3f48edfb327.tar.gz |
correct prototype for des_fcrypt(), explain how to add it in more
detail, and supply a patch for libdes-3.06
p4raw-id: //depot/maint-5.005/perl@1729
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 82e8f62b3a..f23828ccf6 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -70,14 +70,14 @@ INST_VER = \5.00502 # file exists (see README.win32). File should be located in the same # directory as this file. # -#CRYPT_SRC = des_fcrypt.c +#CRYPT_SRC = fcrypt.c # # if you didn't set CRYPT_SRC and if you have des_fcrypt() available in a # library, uncomment this, and make sure the library exists (see README.win32) # Specify the full pathname of the library. # -#CRYPT_LIB = des_fcrypt.lib +#CRYPT_LIB = fcrypt.lib # # set this if you wish to use perl's malloc |