summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/arcfour/Makefile.in
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2001-10-18 19:38:48 +0000
committerSam Hartman <hartmans@mit.edu>2001-10-18 19:38:48 +0000
commit0642372c8ce6283554babcdbf922054643d0612f (patch)
tree9575d1da9d5e321df610fb5c09b5dc6dc0e11d7a /src/lib/crypto/arcfour/Makefile.in
parente6243edd66e20cac29fdb4608b283ed9c647c0c7 (diff)
downloadkrb5-0642372c8ce6283554babcdbf922054643d0612f.tar.gz
krb5-0642372c8ce6283554babcdbf922054643d0612f.tar.xz
krb5-0642372c8ce6283554babcdbf922054643d0612f.zip
Patches contributed by David E. Cross" <crossd@cs.rpi.edu> to add
RC4-hmac support. This directory is taken from a diff at a url posted to krbdev with krb5int_hash_md5 substituted for krb5_hash_md5 so that the code would compile. krb5int_enc_arcfour has been substituted for krb5_enc_arcfour as well. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13818 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/arcfour/Makefile.in')
-rw-r--r--src/lib/crypto/arcfour/Makefile.in37
1 files changed, 37 insertions, 0 deletions
diff --git a/src/lib/crypto/arcfour/Makefile.in b/src/lib/crypto/arcfour/Makefile.in
new file mode 100644
index 000000000..1fb2806b6
--- /dev/null
+++ b/src/lib/crypto/arcfour/Makefile.in
@@ -0,0 +1,37 @@
+thisconfigdir=./..
+myfulldir=lib/crypto/arcfour
+mydir=arcfour
+BUILDTOP=$(REL)$(U)$(S)$(U)$(S)$(U)
+LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../md4
+
+##DOS##BUILDTOP = ..\..\..
+##DOS##PREFIXDIR=arcfour
+##DOS##OBJFILE=..\$(OUTPRE)arcfour.lst
+##WIN16##LIBNAME=..\crypto.lib
+
+PROG_LIBPATH=-L$(TOPLIBD)
+PROG_RPATH=$(KRB5_LIBDIR)
+
+RUN_SETUP = @KRB5_RUN_ENV@ KRB5_CONFIG=$(SRCTOP)/config-files/krb5.conf
+
+STLIBOBJS=\
+ arcfour.o \
+ string_to_key.o
+
+OBJS=\
+ $(OUTPRE)arcfour.$(OBJEXT) \
+ $(OUTPRE)string_to_key.$(OBJEXT)
+
+SRCS=\
+ $(srcdir)/arcfour.c \
+ $(srcdir)/string_to_key.c
+
+##DOS##LIBOBJS = $(OBJS)
+
+all-unix:: all-libobjs
+
+includes:: depend
+
+depend:: $(SRCS)
+
+clean-unix:: clean-libobjs