summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls_aes.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/axtls_aes.c')
-rw-r--r--src/crypto/axtls_aes.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crypto/axtls_aes.c b/src/crypto/axtls_aes.c
index 8bd37586..b73a5725 100644
--- a/src/crypto/axtls_aes.c
+++ b/src/crypto/axtls_aes.c
@@ -21,9 +21,9 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
#include <errno.h>
#include <byteswap.h>
-#include <gpxe/crypto.h>
-#include <gpxe/cbc.h>
-#include <gpxe/aes.h>
+#include <ipxe/crypto.h>
+#include <ipxe/cbc.h>
+#include <ipxe/aes.h>
#include "crypto/axtls/crypto.h"
/** @file