summaryrefslogtreecommitdiffstats
path: root/src/lib/crypto/builtin/camellia/camellia.h
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2014-02-01 15:23:58 -0500
committerGreg Hudson <ghudson@mit.edu>2014-02-26 16:15:20 -0500
commit42cc0d3cd2cfa02a6ba9b3e0b94000e73d83ff92 (patch)
tree1abf3eea2e2a711580702a820e617b160d05baf8 /src/lib/crypto/builtin/camellia/camellia.h
parent17e205070745e4712d40eed32d92d02edb47009f (diff)
downloadkrb5-42cc0d3cd2cfa02a6ba9b3e0b94000e73d83ff92.tar.gz
krb5-42cc0d3cd2cfa02a6ba9b3e0b94000e73d83ff92.tar.xz
krb5-42cc0d3cd2cfa02a6ba9b3e0b94000e73d83ff92.zip
Get rid of builtin AES uitypes.h
Remove uitypes.h and just include stdint.h; all we need from it is uint{8,16,32}_t.
Diffstat (limited to 'src/lib/crypto/builtin/camellia/camellia.h')
-rw-r--r--src/lib/crypto/builtin/camellia/camellia.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/crypto/builtin/camellia/camellia.h b/src/lib/crypto/builtin/camellia/camellia.h
index d8a53260ce..571ba68a66 100644
--- a/src/lib/crypto/builtin/camellia/camellia.h
+++ b/src/lib/crypto/builtin/camellia/camellia.h
@@ -32,7 +32,7 @@
extern "C" {
#endif
-#include "uitypes.h" /* ../aes/ui_types.h */
+#include <stdint.h>
#define CAMELLIA_BLOCK_SIZE 16
#define CAMELLIA_TABLE_BYTE_LEN 272