diff --git a/src/crypto/aes-wrap.c b/src/crypto/aes-wrap.c index 1f9cd45ba..28d0c89e8 100644 --- a/src/crypto/aes-wrap.c +++ b/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)