summaryrefslogtreecommitdiffstats
path: root/src/crypto/axtls_sha1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/crypto/axtls_sha1.c')
-rw-r--r--src/crypto/axtls_sha1.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crypto/axtls_sha1.c b/src/crypto/axtls_sha1.c
index 841e193b..3eb8912d 100644
--- a/src/crypto/axtls_sha1.c
+++ b/src/crypto/axtls_sha1.c
@@ -1,6 +1,6 @@
#include "crypto/axtls/crypto.h"
-#include <gpxe/crypto.h>
-#include <gpxe/sha1.h>
+#include <ipxe/crypto.h>
+#include <ipxe/sha1.h>
static void sha1_init ( void *ctx ) {
SHA1Init ( ctx );