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

This commit is contained in:
David Garske
2025-06-27 08:59:05 -07:00
parent 20a2ec0fc1
commit 3a200387c0

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