diff options
Diffstat (limited to 'src/crypto/sha1extra.c')
-rw-r--r-- | src/crypto/sha1extra.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/crypto/sha1extra.c b/src/crypto/sha1extra.c index c144a0f6..74445e9d 100644 --- a/src/crypto/sha1extra.c +++ b/src/crypto/sha1extra.c @@ -18,9 +18,9 @@ FILE_LICENCE ( GPL2_OR_LATER ); -#include <gpxe/crypto.h> -#include <gpxe/sha1.h> -#include <gpxe/hmac.h> +#include <ipxe/crypto.h> +#include <ipxe/sha1.h> +#include <ipxe/hmac.h> #include <stdint.h> #include <byteswap.h> |