]> git.ipfire.org Git - thirdparty/hostap.git/commit
Remove unneeded aes_i.h inclusion from number of places
authorJouni Malinen <j@w1.fi>
Mon, 17 Aug 2009 17:27:25 +0000 (20:27 +0300)
committerJouni Malinen <j@w1.fi>
Mon, 17 Aug 2009 17:27:25 +0000 (20:27 +0300)
commit1ba787b954233c785f572c7d010b3049e5297ece
tree222fe11f58b4a08d9ea110b45b35761c05fbf00d
parent04b6b3ed516cb73df48c5771c7ae7c43118aab7b
Remove unneeded aes_i.h inclusion from number of places

The BLOCK_SIZE define can be made more specific by using AES_ prefix and
by moving it to aes.h. After this, most aes-*.c do not really need to
include anything from the internal aes_i.h header file. In other words,
aes_i.h can now be used only for the code that uses the internal AES
block operation implementation and none of the code that can use AES
implementation from an external library do not need to include this
header file.
src/crypto/aes-cbc.c
src/crypto/aes-ctr.c
src/crypto/aes-eax.c
src/crypto/aes-encblock.c
src/crypto/aes-omac1.c
src/crypto/aes-unwrap.c
src/crypto/aes-wrap.c
src/crypto/aes.h
src/crypto/aes_i.h