diff options
| author | Greg Hudson <ghudson@mit.edu> | 2009-11-27 09:15:50 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2009-11-27 09:15:50 +0000 |
| commit | a405b2509099df5725fbbdb7d19113d11d58ed5b (patch) | |
| tree | c236c1d7acb893fd1b985d5a68634750500f99cd /src/lib/crypto/openssl/sha1/deps | |
| parent | 996fb223f419a16481aea18fd12f98f376836a8e (diff) | |
| download | krb5-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/sha1/deps')
| -rw-r--r-- | src/lib/crypto/openssl/sha1/deps | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/crypto/openssl/sha1/deps b/src/lib/crypto/openssl/sha1/deps index e75ca6bcf..40fa5fa9d 100644 --- a/src/lib/crypto/openssl/sha1/deps +++ b/src/lib/crypto/openssl/sha1/deps @@ -10,5 +10,4 @@ shs.so shs.po $(OUTPRE)shs.$(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)/shs.c \ - $(srcdir)/shs.h + $(top_srcdir)/include/socket-utils.h shs.c shs.h |
