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/aead.h | |
| 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/aead.h')
| -rw-r--r-- | src/lib/crypto/aead.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/crypto/aead.h b/src/lib/crypto/aead.h index d266ee65c..2c99eb868 100644 --- a/src/lib/crypto/aead.h +++ b/src/lib/crypto/aead.h @@ -1,7 +1,7 @@ /* * lib/crypto/aead.h * - * Copyright 2008 by the Massachusetts Institute of Technology. + * Copyright 2008, 2009 by the Massachusetts Institute of Technology. * All Rights Reserved. * * Export of this software from the United States of America may @@ -25,6 +25,7 @@ */ #include "k5-int.h" +#include "cksumtypes.h" /* AEAD helpers */ |
