From fdaddd969a5f5ae798baa0b68f4fff6b28f91665 Mon Sep 17 00:00:00 2001 From: Michael Brown Date: Tue, 21 Nov 2006 16:14:50 +0000 Subject: Added "name" field to digest algorithms --- src/include/gpxe/crypto.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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 */ -- cgit v1.2.3-55-g7522