diff options
author | Greg Hudson <ghudson@mit.edu> | 2011-02-27 19:08:14 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2011-02-27 19:08:14 +0000 |
commit | ec044ad8e3eafb829a43fbd1cb11b94fea6027fb (patch) | |
tree | 62695fd64027f1041cd18453fe41b1a9b6c08898 /src/lib/crypto/nss/sha2/deps | |
parent | 73b80b790cb90d012600d74c9ce2b36be45c3090 (diff) | |
download | krb5-ec044ad8e3eafb829a43fbd1cb11b94fea6027fb.tar.gz krb5-ec044ad8e3eafb829a43fbd1cb11b94fea6027fb.tar.xz krb5-ec044ad8e3eafb829a43fbd1cb11b94fea6027fb.zip |
Reference random-to-key handlers through the enctype instead of the
enc_provider, for consistency with string-to-key and the place of
implementation (other enc_provider functions are implemented in the
back end, but random-to-key handlers are in krb). Use a single
handler for non-DES/DES3 enctypes since it's always just directly
copying the bits. Collapse the three implementations (des, des3, and
direct) into random_to_key.c, as they're very short, and eliminate the
lib/crypto/krb/rand2key directory.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24669 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/nss/sha2/deps')
-rw-r--r-- | src/lib/crypto/nss/sha2/deps | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/src/lib/crypto/nss/sha2/deps b/src/lib/crypto/nss/sha2/deps index e75ca6bcf9..2feac3c9d3 100644 --- a/src/lib/crypto/nss/sha2/deps +++ b/src/lib/crypto/nss/sha2/deps @@ -1,14 +1 @@ -# -# Generated makefile dependencies follow. -# -shs.so shs.po $(OUTPRE)shs.$(OBJEXT): $(BUILDTOP)/include/autoconf.h \ - $(BUILDTOP)/include/krb5/krb5.h $(BUILDTOP)/include/osconf.h \ - $(BUILDTOP)/include/profile.h $(COM_ERR_DEPS) $(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 \ - $(top_srcdir)/include/k5-platform.h $(top_srcdir)/include/k5-plugin.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 +# No dependencies here. |