]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Include header file to verify prototypes
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 28 Dec 2009 14:01:21 +0000 (16:01 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 28 Dec 2009 14:01:21 +0000 (16:01 +0200)
src/crypto/aes-wrap.c

index 1f9cd45baaebcaf64be0a9e14f290ea85d250bd8..28d0c89e88f01cbef1a5befd0b8bc4a843744f30 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "common.h"
 #include "aes.h"
+#include "aes_wrap.h"
 
 /**
  * aes_wrap - Wrap keys with AES Key Wrap Algorithm (128-bit KEK) (RFC3394)