aboutsummaryrefslogtreecommitdiffstats
path: root/src/crypto/aes_wrap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/aes_wrap.c')
-rw-r--r--src/crypto/aes_wrap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/aes_wrap.c b/src/crypto/aes_wrap.c
index d7f94af0..46ef016f 100644
--- a/src/crypto/aes_wrap.c
+++ b/src/crypto/aes_wrap.c
@@ -20,8 +20,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdlib.h>
#include <string.h>
-#include <gpxe/crypto.h>
-#include <gpxe/aes.h>
+#include <ipxe/crypto.h>
+#include <ipxe/aes.h>
/**
* Wrap a key or other data using AES Key Wrap (RFC 3394)