summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/keyhash_provider
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2002-03-26 21:30:33 +0000
committerKen Raeburn <raeburn@mit.edu>2002-03-26 21:30:33 +0000
commit8b47254e493130f3210f02d3692eab2a637d9a81 (patch)
tree861e5d2dbac40ec1b759814b0e4f410777579e2f /src/lib/crypto/keyhash_provider
parenta8d8f93843c6e0dabbb86639a94dc19d31908e23 (diff)
downloadkrb5-8b47254e493130f3210f02d3692eab2a637d9a81.tar.gz
krb5-8b47254e493130f3210f02d3692eab2a637d9a81.tar.xz
krb5-8b47254e493130f3210f02d3692eab2a637d9a81.zip
update dependencies
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14290 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/keyhash_provider')
-rw-r--r--src/lib/crypto/keyhash_provider/Makefile.in5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/crypto/keyhash_provider/Makefile.in b/src/lib/crypto/keyhash_provider/Makefile.in
index d1e33571d4..e27636c2fc 100644
--- a/src/lib/crypto/keyhash_provider/Makefile.in
+++ b/src/lib/crypto/keyhash_provider/Makefile.in
@@ -77,6 +77,7 @@ hmac_md5.so hmac_md5.po $(OUTPRE)hmac_md5.$(OBJEXT): hmac_md5.c $(SRCTOP)/includ
$(BUILDTOP)/include/krb5/osconf.h $(BUILDTOP)/include/krb5/autoconf.h \
$(BUILDTOP)/include/krb5.h $(BUILDTOP)/include/profile.h \
$(BUILDTOP)/include/com_err.h $(SRCTOP)/include/krb5/kdb.h \
- $(srcdir)/../arcfour/arcfour-int.h $(srcdir)/../md5/rsa-md5.h \
- $(srcdir)/../hash_provider/hash_provider.h keyhash_provider.h
+ keyhash_provider.h $(srcdir)/../arcfour/arcfour-int.h \
+ $(srcdir)/../arcfour/arcfour.h $(srcdir)/../md5/rsa-md5.h \
+ $(srcdir)/../hash_provider/hash_provider.h