Parcourir la source

Include header file to verify prototypes

Jouni Malinen il y a 15 ans
Parent
commit
d2b8812921
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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)