summaryrefslogtreecommitdiffstats
path: root/src/crypto/chap.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/chap.c')
-rw-r--r--src/crypto/chap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/chap.c b/src/crypto/chap.c
index 8aa224c4..492d2216 100644
--- a/src/crypto/chap.c
+++ b/src/crypto/chap.c
@@ -23,8 +23,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <string.h>
#include <errno.h>
#include <assert.h>
-#include <gpxe/crypto.h>
-#include <gpxe/chap.h>
+#include <ipxe/crypto.h>
+#include <ipxe/chap.h>
/** @file
*