mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 20:54:41 +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
|
||||
#define WC_MAX_DIGEST_SIZE 64
|
||||
#endif
|
||||
#ifndef WC_MAX_DIGEST_SIZE
|
||||
#ifndef WC_MAX_BLOCK_SIZE
|
||||
#define WC_MAX_BLOCK_SIZE 128
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user