summaryrefslogtreecommitdiffstats
path: root/src/crypto/md5.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/md5.c')
-rw-r--r--src/crypto/md5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/md5.c b/src/crypto/md5.c
index 8c606398..ef322ad2 100644
--- a/src/crypto/md5.c
+++ b/src/crypto/md5.c
@@ -25,8 +25,8 @@ FILE_LICENCE ( GPL2_OR_LATER );
#include <stdint.h>
#include <string.h>
#include <byteswap.h>
-#include <gpxe/crypto.h>
-#include <gpxe/md5.h>
+#include <ipxe/crypto.h>
+#include <ipxe/md5.h>
struct md5_step {
u32 ( * f ) ( u32 b, u32 c, u32 d );