From: Keith Vetter Date: Wed, 31 May 1995 01:57:48 +0000 (+0000) Subject: Removed des425 from the PC world X-Git-Tag: krb5-1.0-beta6~1879 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=9dac75865098fa6bfb4444289989e71293d13bbb;p=krb5.git Removed des425 from the PC world git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5923 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/ChangeLog b/src/ChangeLog index c2d243935..78d143c04 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +Tue May 30 18:53:56 1995 Keith Vetter (keithv@fusion.com) + + * Makefile.in: removed des425 stuff for Windows. + Fri May 26 21:45:50 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in: Export $(CC) for the benefit of config.guess diff --git a/src/Makefile.in b/src/Makefile.in index bcdf328da..a711a0757 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -119,7 +119,7 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ lib\makefile.in lib\crypto\makefile.in \ lib\crypto\crc32\makefile.in lib\crypto\des\makefile.in \ lib\crypto\md4\makefile.in lib\crypto\md5\makefile.in \ - lib\crypto\os\makefile.in lib\des425\makefile.in \ + lib\crypto\os\makefile.in \ lib\gssapi\makefile.in lib\gssapi\generic\makefile.in \ lib\kadm\makefile.in \ lib\gssapi\krb5\makefile.in lib\krb5\makefile.in \ @@ -142,7 +142,6 @@ makefile-windows:: wconfig.exe config\pre.in config\post.in \ .\wconfig config lib\crypto\md4\makefile .\wconfig config lib\crypto\md5\makefile .\wconfig config lib\crypto\os\makefile - .\wconfig config lib\des425\makefile .\wconfig config lib\gssapi\makefile .\wconfig config lib\gssapi\generic\makefile .\wconfig config lib\gssapi\krb5\makefile @@ -203,7 +202,7 @@ ZIPFILES= ./* \ config/* include/* include/krb5/* include/krb5/asn.1/* \ include/krb5/stock/* include/sys/* lib/* lib/crypto/* \ lib/crypto/crc32/* lib/crypto/des/* lib/crypto/md4/* \ - lib/crypto/md5/* lib/crypto/os/* lib/des425/* lib/gssapi/* \ + lib/crypto/md5/* lib/crypto/os/* lib/gssapi/* \ lib/gssapi/generic/* lib/gssapi/krb5/* lib/kadm/* \ lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \ lib/krb5/ccache/* lib/krb5/ccache/file/* \