diff options
| author | Michael Brown | 2007-02-01 07:36:45 +0100 |
|---|---|---|
| committer | Michael Brown | 2007-02-01 07:36:45 +0100 |
| commit | 0050378f5167f9972f94ac374cebad749fb39395 (patch) | |
| tree | 680b012166aa6da7754f5a99c04aeb933210eabe /src/include | |
| parent | Make context sizes available for statically-allocated structures (diff) | |
| download | ipxe-0050378f5167f9972f94ac374cebad749fb39395.tar.gz ipxe-0050378f5167f9972f94ac374cebad749fb39395.tar.xz ipxe-0050378f5167f9972f94ac374cebad749fb39395.zip | |
SHA1_DIGEST_SIZE also available as a static constant
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/gpxe/sha1.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gpxe/sha1.h b/src/include/gpxe/sha1.h index 0a811018c..2d6e90ddf 100644 --- a/src/include/gpxe/sha1.h +++ b/src/include/gpxe/sha1.h @@ -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; |
