mirror of
https://github.com/ipxe/ipxe
synced 2025-12-17 10:01:03 +03:00
Added "name" field to digest algorithms
This commit is contained in:
@@ -234,6 +234,7 @@ static void md5_finish(void *context, void *out)
|
||||
}
|
||||
|
||||
struct digest_algorithm md5_algorithm = {
|
||||
.name = "md5",
|
||||
.context_len = sizeof ( struct md5_ctx ),
|
||||
.digest_len = MD5_DIGEST_SIZE,
|
||||
.init = md5_init,
|
||||
|
||||
Reference in New Issue
Block a user