summaryrefslogtreecommitdiffstats
path: root/src/include/gpxe/sha1.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gpxe/sha1.h')
-rw-r--r--src/include/gpxe/sha1.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gpxe/sha1.h b/src/include/gpxe/sha1.h
index 2d6e90dd..66370d42 100644
--- a/src/include/gpxe/sha1.h
+++ b/src/include/gpxe/sha1.h
@@ -3,11 +3,11 @@
#include "crypto/axtls/crypto.h"
-struct crypto_algorithm;
+struct digest_algorithm;
#define SHA1_CTX_SIZE sizeof ( SHA1_CTX )
#define SHA1_DIGEST_SIZE SHA1_SIZE
-extern struct crypto_algorithm sha1_algorithm;
+extern struct digest_algorithm sha1_algorithm;
#endif /* _GPXE_SHA1_H */