Removed des425 from the PC world
authorKeith Vetter <keithv@fusion.com>
Wed, 31 May 1995 01:57:48 +0000 (01:57 +0000)
committerKeith Vetter <keithv@fusion.com>
Wed, 31 May 1995 01:57:48 +0000 (01:57 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5923 dc483132-0cff-0310-8789-dd5450dbe970

src/ChangeLog
src/Makefile.in

index c2d2439352c8562be94be4d52d9ae421d15fbd73..78d143c04878764e8f36ad8ee5f819d151dd7756 100644 (file)
@@ -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
index bcdf328da4ec8b928c4dc05ff91c5b7e286379aa..a711a07573d4932fae30cc7c0aacd9d960d0ed45 100644 (file)
@@ -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.in >lib\crypto\md4\makefile
        .\wconfig config <lib\crypto\md5\makefile.in >lib\crypto\md5\makefile
        .\wconfig config <lib\crypto\os\makefile.in >lib\crypto\os\makefile
-       .\wconfig config <lib\des425\makefile.in >lib\des425\makefile
        .\wconfig config <lib\gssapi\makefile.in >lib\gssapi\makefile
        .\wconfig config <lib\gssapi\generic\makefile.in >lib\gssapi\generic\makefile
        .\wconfig config <lib\gssapi\krb5\makefile.in >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/* \