summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/openssl/md4
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2009-11-27 09:15:50 +0000
committerGreg Hudson <ghudson@mit.edu>2009-11-27 09:15:50 +0000
commita405b2509099df5725fbbdb7d19113d11d58ed5b (patch)
treec236c1d7acb893fd1b985d5a68634750500f99cd /src/lib/crypto/openssl/md4
parent996fb223f419a16481aea18fd12f98f376836a8e (diff)
downloadkrb5-a405b2509099df5725fbbdb7d19113d11d58ed5b.tar.gz
krb5-a405b2509099df5725fbbdb7d19113d11d58ed5b.tar.xz
krb5-a405b2509099df5725fbbdb7d19113d11d58ed5b.zip
Move the arcfour directory from the crypto module dirs into krb. This
directory contains the token encryption code (similar to dk, old, and raw) which is Kerberos-specific. The actual stream cipher lives in enc_provider/rc4.c, which is still in the module dirs. arcfour/arcfour-int.h contained the definitions of some structures used only in enc_provider/rc4.c. Move those definitions into that source file so that everything in arcfour is at the right level of abstraction to live in krb. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@23367 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/openssl/md4')
-rw-r--r--src/lib/crypto/openssl/md4/deps3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/crypto/openssl/md4/deps b/src/lib/crypto/openssl/md4/deps
index 0a9bb56af5..a28d9da9f1 100644
--- a/src/lib/crypto/openssl/md4/deps
+++ b/src/lib/crypto/openssl/md4/deps
@@ -10,5 +10,4 @@ md4.so md4.po $(OUTPRE)md4.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \
$(top_srcdir)/include/k5-thread.h $(top_srcdir)/include/krb5.h \
$(top_srcdir)/include/krb5/authdata_plugin.h $(top_srcdir)/include/krb5/locate_plugin.h \
$(top_srcdir)/include/krb5/preauth_plugin.h $(top_srcdir)/include/port-sockets.h \
- $(top_srcdir)/include/socket-utils.h $(srcdir)/md4.c \
- $(srcdir)/rsa-md4.h
+ $(top_srcdir)/include/socket-utils.h md4.c rsa-md4.h