Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix issue with error: conflicting types for 'BlockSha3' #8123

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Oct 29, 2024

  1. 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);
          |                    ^~~~~~~~~
    ```
    dgarske committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    c557c6f View commit details
    Browse the repository at this point in the history