summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-05-31 01:57:48 +0000
committerKeith Vetter <keithv@fusion.com>1995-05-31 01:57:48 +0000
commit9dac75865098fa6bfb4444289989e71293d13bbb (patch)
tree9124a924cd1f7aebb57cc2349fefe5b56effc134 /src
parenta38d76b9f8e14aa71bddea3979684c1af25520dc (diff)
downloadkrb5-9dac75865098fa6bfb4444289989e71293d13bbb.tar.gz
krb5-9dac75865098fa6bfb4444289989e71293d13bbb.tar.xz
krb5-9dac75865098fa6bfb4444289989e71293d13bbb.zip
Removed des425 from the PC world
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5923 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/Makefile.in5
2 files changed, 6 insertions, 3 deletions
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.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/* \