diff options
| author | Ken Raeburn <raeburn@mit.edu> | 2009-01-23 00:46:46 +0000 |
|---|---|---|
| committer | Ken Raeburn <raeburn@mit.edu> | 2009-01-23 00:46:46 +0000 |
| commit | fb0e19e4c72969bd71472903850914f8af31ebb5 (patch) | |
| tree | a914d36f9b6e78e231214579ccf486bb4c616c31 /src/lib/crypto/arcfour | |
| parent | 57ed9284758599aac78e7441a0070e2519ca0e86 (diff) | |
| download | krb5-fb0e19e4c72969bd71472903850914f8af31ebb5.tar.gz krb5-fb0e19e4c72969bd71472903850914f8af31ebb5.tar.xz krb5-fb0e19e4c72969bd71472903850914f8af31ebb5.zip | |
Include cksumtypes.h from aead.h to get struct krb5_cksumtypes (moved
in rev 21753).
Protect cksumtypes.h from multiple inclusions.
Update dependencies.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21780 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/arcfour')
| -rw-r--r-- | src/lib/crypto/arcfour/deps | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/arcfour/deps b/src/lib/crypto/arcfour/deps index b28d59813..7dac302e0 100644 --- a/src/lib/crypto/arcfour/deps +++ b/src/lib/crypto/arcfour/deps @@ -21,7 +21,7 @@ arcfour_aead.so arcfour_aead.po $(OUTPRE)arcfour_aead.$(OBJEXT): \ $(SRCTOP)/include/krb5.h $(SRCTOP)/include/krb5/locate_plugin.h \ $(SRCTOP)/include/krb5/preauth_plugin.h $(SRCTOP)/include/port-sockets.h \ $(SRCTOP)/include/socket-utils.h $(srcdir)/../aead.h \ - arcfour-int.h arcfour.h arcfour_aead.c + $(srcdir)/../cksumtypes.h arcfour-int.h arcfour.h arcfour_aead.c arcfour_s2k.so arcfour_s2k.po $(OUTPRE)arcfour_s2k.$(OBJEXT): \ $(BUILDTOP)/include/autoconf.h $(BUILDTOP)/include/krb5/krb5.h \ $(BUILDTOP)/include/osconf.h $(BUILDTOP)/include/profile.h \ |
