diff options
Diffstat (limited to 'lib/libavb/avb_sha.h')
-rw-r--r-- | lib/libavb/avb_sha.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libavb/avb_sha.h b/lib/libavb/avb_sha.h index f5d02e09f22..fdd92fbe22d 100644 --- a/lib/libavb/avb_sha.h +++ b/lib/libavb/avb_sha.h @@ -24,7 +24,6 @@ extern "C" { /* Block size in bytes of a SHA-256 digest. */ #define AVB_SHA256_BLOCK_SIZE 64 - /* Block size in bytes of a SHA-512 digest. */ #define AVB_SHA512_BLOCK_SIZE 128 |