Fix a copy/paste typo `WC_MAX_BLOCK_SIZE` from PR #8909.

pull/8934/head
David Garske 2025-06-27 08:59:05 -07:00
parent 20a2ec0fc1
commit 3a200387c0
1 changed files with 1 additions and 1 deletions

View File

@ -2084,7 +2084,7 @@ enum Max_ASN {
#ifndef WC_MAX_DIGEST_SIZE
#define WC_MAX_DIGEST_SIZE 64
#endif
#ifndef WC_MAX_DIGEST_SIZE
#ifndef WC_MAX_BLOCK_SIZE
#define WC_MAX_BLOCK_SIZE 128
#endif