Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue with error: conflicting types for 'BlockSha3'.
``` [CC-AARCH64] lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha3-asm_c.o lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha3-asm_c.c:212:6: error: conflicting types for 'BlockSha3'; have 'void(long unsigned int *)' 212 | void BlockSha3(unsigned long* state) | ^~~~~~~~~ In file included from lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha3-asm_c.c:35: lib/wolfssl/wolfssl/wolfcrypt/sha3.h:224:20: note: previous declaration of 'BlockSha3' with type 'void(word64 *)' {aka 'void(long long unsigned int *)'} 224 | WOLFSSL_LOCAL void BlockSha3(word64 *s); | ^~~~~~~~~ ```
- Loading branch information