Skip to content

Commit 3a20038

Browse files
committed
Fix a copy/paste typo WC_MAX_BLOCK_SIZE from PR #8909.
1 parent 20a2ec0 commit 3a20038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wolfssl/wolfcrypt/types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2084,7 +2084,7 @@ enum Max_ASN {
20842084
#ifndef WC_MAX_DIGEST_SIZE
20852085
#define WC_MAX_DIGEST_SIZE 64
20862086
#endif
2087-
#ifndef WC_MAX_DIGEST_SIZE
2087+
#ifndef WC_MAX_BLOCK_SIZE
20882088
#define WC_MAX_BLOCK_SIZE 128
20892089
#endif
20902090

0 commit comments

Comments
 (0)