summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJeffrey Altman <jaltman@secure-endpoints.com>2001-10-29 14:56:59 +0000
committerJeffrey Altman <jaltman@secure-endpoints.com>2001-10-29 14:56:59 +0000
commita6b232d2ebfda2f2804f787bea583dbfbf6d35ce (patch)
tree039e2b73bff7dd272706235e1dd5c6bc299c61db /src
parent293e5a571c87054affecc279d5d0be170deb40bc (diff)
downloadkrb5-a6b232d2ebfda2f2804f787bea583dbfbf6d35ce.tar.gz
krb5-a6b232d2ebfda2f2804f787bea583dbfbf6d35ce.tar.xz
krb5-a6b232d2ebfda2f2804f787bea583dbfbf6d35ce.zip
2001-10-29 Jeff Altman <jaltman@columbia.edu>
* Makefile.in - Windows configuration for src/lib/crypto/arcfour directory git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13872 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog5
-rw-r--r--src/Makefile.in6
-rw-r--r--src/lib/crypto/ChangeLog5
-rw-r--r--src/lib/crypto/Makefile.in15
4 files changed, 26 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4d78a5d4e8..a699a5e1ad 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-29 Jeff Altman <jaltman@columbia.edu>
+
+ * Makefile.in - Windows configuration for src/lib/crypto/arcfour
+ directory
+
2001-10-24 Ezra Peisach <epeisach@mit.edu>
* aclocal.m4: Require 2.13 of autoconf.
diff --git a/src/Makefile.in b/src/Makefile.in
index 14a1908ad6..462c76e546 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -136,7 +136,7 @@ WINMAKEFILES=Makefile \
lib\crypto\hash_provider\Makefile \
lib\crypto\keyhash_provider\Makefile \
lib\crypto\raw\Makefile lib\crypto\old\Makefile \
- lib\crypto\sha1\Makefile \
+ lib\crypto\sha1\Makefile lib\crypto\arcfour\Makefile \
lib\crypto\md4\Makefile lib\crypto\md5\Makefile \
lib\des425\Makefile \
lib\gssapi\Makefile lib\gssapi\generic\Makefile \
@@ -203,6 +203,8 @@ WINMAKEFILES=Makefile \
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\crypto\sha1\Makefile: lib\crypto\sha1\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
+##DOS##lib\crypto\arcfour\Makefile: lib\crypto\arcfour\Makefile.in $(MKFDEP)
+##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\crypto\md4\Makefile: lib\crypto\md4\Makefile.in $(MKFDEP)
##DOS## $(WCONFIG) config < $@.in > $@
##DOS##lib\crypto\md5\Makefile: lib\crypto\md5\Makefile.in $(MKFDEP)
@@ -314,7 +316,7 @@ FILES= ./* \
lib/crypto/* lib/crypto/crc32/* lib/crypto/des/* lib/crypto/dk/* \
lib/crypto/enc_provider/* lib/crypto/hash_provider/* \
lib/crypto/keyhash_provider/* lib/crypto/old/* lib/crypto/raw/* \
- lib/crypto/sha1/* lib/crypto/md4/* lib/crypto/md5/* \
+ lib/crypto/sha1/* lib/crypto/arcfour/* lib/crypto/md4/* lib/crypto/md5/* \
lib/des425/* lib/gssapi/* lib/gssapi/generic/* lib/gssapi/krb5/* \
lib/gssapi/mechglue/* lib/krb4/* \
lib/krb5/* lib/krb5/asn.1/* lib/krb5/krb/* \
diff --git a/src/lib/crypto/ChangeLog b/src/lib/crypto/ChangeLog
index 0b9da85a6c..c5b7371485 100644
--- a/src/lib/crypto/ChangeLog
+++ b/src/lib/crypto/ChangeLog
@@ -1,3 +1,8 @@
+2001-10-29 Jeff Altman <jaltman@columbia.edu>
+
+ * Makefile.in - Windows configuration for src/lib/crypto/arcfour
+ directory
+
2001-10-24 Ezra Peisach <epeisach@mit.edu>
* t_encrypt.c: Argument to krb5_c_encrypt_length must be size_t
diff --git a/src/lib/crypto/Makefile.in b/src/lib/crypto/Makefile.in
index cb139e4a1a..672af7a26c 100644
--- a/src/lib/crypto/Makefile.in
+++ b/src/lib/crypto/Makefile.in
@@ -14,11 +14,11 @@ PROG_RPATH=$(KRB5_LIBDIR)
##DOSBUILDTOP = ..\..
##DOSLIBNAME=$(OUTPRE)crypto.lib
##DOSOBJFILE=$(OUTPRE)crypto.lst
-##DOSOBJFILELIST=@$(OUTPRE)crypto.lst @$(OUTPRE)des.lst @$(OUTPRE)md4.lst @$(OUTPRE)md5.lst @$(OUTPRE)sha1.lst @$(OUTPRE)crc32.lst @$(OUTPRE)dk.lst @$(OUTPRE)old.lst @$(OUTPRE)raw.lst @$(OUTPRE)enc_prov.lst @$(OUTPRE)hash_pro.lst @$(OUTPRE)kh_pro.lst
-##DOSOBJFILEDEP =$(OUTPRE)crypto.lst $(OUTPRE)des.lst $(OUTPRE)md4.lst $(OUTPRE)md5.lst $(OUTPRE)sha1.lst $(OUTPRE)crc32.lst $(OUTPRE)dk.lst $(OUTPRE)old.lst $(OUTPRE)raw.lst $(OUTPRE)enc_prov.lst $(OUTPRE)hash_pro.lst $(OUTPRE)kh_pro.lst
+##DOSOBJFILELIST=@$(OUTPRE)crypto.lst @$(OUTPRE)des.lst @$(OUTPRE)md4.lst @$(OUTPRE)md5.lst @$(OUTPRE)sha1.lst @$(OUTPRE)arcfour.lst @$(OUTPRE)crc32.lst @$(OUTPRE)dk.lst @$(OUTPRE)old.lst @$(OUTPRE)raw.lst @$(OUTPRE)enc_prov.lst @$(OUTPRE)hash_pro.lst @$(OUTPRE)kh_pro.lst
+##DOSOBJFILEDEP =$(OUTPRE)crypto.lst $(OUTPRE)des.lst $(OUTPRE)md4.lst $(OUTPRE)md5.lst $(OUTPRE)sha1.lst $(OUTPRE)arcfour.lst $(OUTPRE)crc32.lst $(OUTPRE)dk.lst $(OUTPRE)old.lst $(OUTPRE)raw.lst $(OUTPRE)enc_prov.lst $(OUTPRE)hash_pro.lst $(OUTPRE)kh_pro.lst
MAC_SUBDIRS = crc32 des dk enc_provider hash_provider keyhash_provider \
- md4 md5 old raw sha1
+ md4 md5 old raw sha1 arcfour
PROG_LIBPATH=-L$(TOPLIBD)
PROG_RPATH=$(KRB5_LIBDIR)
@@ -182,6 +182,9 @@ all-windows::
cd ..\sha1
@echo Making in crypto\sha1
$(MAKE) -$(MFLAGS)
+ cd ..\arcfour
+ @echo Making in crypto\arcfour
+ $(MAKE) -$(MFLAGS)
cd ..
clean-windows::
@@ -218,6 +221,9 @@ clean-windows::
cd ..\sha1
@echo Making clean in crypto\sha1
$(MAKE) -$(MFLAGS) clean
+ cd ..\arcfour
+ @echo Making clean in crypto\arcfour
+ $(MAKE) -$(MFLAGS) clean
cd ..
check-windows::
@@ -254,6 +260,9 @@ check-windows::
cd ..\sha1
@echo Making check in crypto\sha1
$(MAKE) -$(MFLAGS) check
+ cd ..\arcfour
+ @echo Making check in crypto\arcfour
+ $(MAKE) -$(MFLAGS) check
cd ..
# +++ Dependency line eater +++