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 1f9cd45..28d0c89 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)