summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gpxe/crypto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gpxe/crypto.h b/src/include/gpxe/crypto.h
index e2a728fda..023a00228 100644
--- a/src/include/gpxe/crypto.h
+++ b/src/include/gpxe/crypto.h
@@ -14,6 +14,8 @@
*
*/
struct digest_algorithm {
+ /** Algorithm name */
+ const char *name;
/** Size of a context for this algorithm */
size_t context_len;
/** Size of a message digest for this algorithm */