diff options
Diffstat (limited to 'src/crypto/crypto_null.c')
-rw-r--r-- | src/crypto/crypto_null.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/crypto_null.c b/src/crypto/crypto_null.c index 61efb34ea..c9c32ae99 100644 --- a/src/crypto/crypto_null.c +++ b/src/crypto/crypto_null.c @@ -25,7 +25,7 @@ FILE_LICENCE ( GPL2_OR_LATER ); */ #include <string.h> -#include <gpxe/crypto.h> +#include <ipxe/crypto.h> static void digest_null_init ( void *ctx __unused ) { /* Do nothing */ |