mirror of
https://github.com/ipxe/ipxe
synced 2025-12-23 05:21:49 +03:00
SHA1_DIGEST_SIZE also available as a static constant
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
struct crypto_algorithm;
|
||||
|
||||
#define SHA1_CTX_SIZE sizeof ( SHA1_CTX )
|
||||
#define SHA1_DIGEST_SIZE SHA1_SIZE
|
||||
|
||||
extern struct crypto_algorithm sha1_algorithm;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user