mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-06 14:14:43 +02:00
Fix a copy/paste typo WC_MAX_BLOCK_SIZE
from PR #8909.
This commit is contained in:
@@ -2084,7 +2084,7 @@ enum Max_ASN {
|
|||||||
#ifndef WC_MAX_DIGEST_SIZE
|
#ifndef WC_MAX_DIGEST_SIZE
|
||||||
#define WC_MAX_DIGEST_SIZE 64
|
#define WC_MAX_DIGEST_SIZE 64
|
||||||
#endif
|
#endif
|
||||||
#ifndef WC_MAX_DIGEST_SIZE
|
#ifndef WC_MAX_BLOCK_SIZE
|
||||||
#define WC_MAX_BLOCK_SIZE 128
|
#define WC_MAX_BLOCK_SIZE 128
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user