Resolve some sparse warnings

Mainly, this is including header files to get definitions for functions
which is good to verify that the parameters match. None of these are
issues that would have shown as incorrect behavior of the program.
This commit is contained in:
Jouni Malinen 2009-11-25 00:57:00 +02:00
parent 73d0ad78c8
commit 8e2c104fa1
10 changed files with 10 additions and 2 deletions

View file

@ -17,6 +17,7 @@
#include "common.h"
#include "aes.h"
#include "aes_wrap.h"
/**
* aes_128_encrypt_block - Perform one AES 128-bit block operation