Browse Source

Include header file to verify prototypes

Jouni Malinen 15 years ago
parent
commit
d2b8812921
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/crypto/aes-wrap.c

+ 1 - 0
src/crypto/aes-wrap.c

@@ -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)