diff options
Diffstat (limited to 'src/crypto/chap.c')
-rw-r--r-- | src/crypto/chap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/chap.c b/src/crypto/chap.c index 8aa224c42..492d22160 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 * |