mirror of https://github.com/wolfSSL/wolfssl.git
Fix a copy/paste typo `WC_MAX_BLOCK_SIZE` from PR #8909.
parent
20a2ec0fc1
commit
3a200387c0
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue