diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-02-28 23:57:56 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-02-28 23:57:56 +0000 |
| commit | 8bca4d095c32c35af8f0972e00a92925f9c1c8cf (patch) | |
| tree | 55fcb8bf0afee7f3f2749f251532938e51539638 /src/lib/crypto/krb/old | |
| parent | 32e465127666a7b4ea2f37f99c1dd3ecb2ce24e7 (diff) | |
| download | krb5-8bca4d095c32c35af8f0972e00a92925f9c1c8cf.tar.gz krb5-8bca4d095c32c35af8f0972e00a92925f9c1c8cf.tar.xz krb5-8bca4d095c32c35af8f0972e00a92925f9c1c8cf.zip | |
Simplify lib/crypto/krb/arcfour in the wake of r23444. Move the
contents of arcfour_aead.c into arcfour.c, turn the key derivation
helper functions into static functions, and eliminate arcfour-int.h.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24673 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/krb/old')
| -rw-r--r-- | src/lib/crypto/krb/old/deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/krb/old/deps b/src/lib/crypto/krb/old/deps index 5f9cf94f1..0e51f504a 100644 --- a/src/lib/crypto/krb/old/deps +++ b/src/lib/crypto/krb/old/deps @@ -4,7 +4,7 @@ des_stringtokey.so des_stringtokey.po $(OUTPRE)des_stringtokey.$(OBJEXT): \ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \ $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \ - $(COM_ERR_DEPS) $(srcdir)/../../openssl/des/des_int.h \ + $(COM_ERR_DEPS) $(srcdir)/../../builtin/des/des_int.h \ $(srcdir)/../etypes.h $(top_srcdir)/include/k5-buf.h \ $(top_srcdir)/include/k5-err.h $(top_srcdir)/include/k5-gmt_mktime.h \ $(top_srcdir)/include/k5-int-pkinit.h $(top_srcdir)/include/k5-int.h \ |
