mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 18:57:27 +02:00
Fix for building sources (wildcard *.c). Add macro guard on new files.
This commit is contained in:
@ -27,8 +27,9 @@
|
|||||||
#include <wolfssl/wolfcrypt/settings.h>
|
#include <wolfssl/wolfcrypt/settings.h>
|
||||||
#include <wolfssl/wolfcrypt/port/riscv/riscv-64-asm.h>
|
#include <wolfssl/wolfcrypt/port/riscv/riscv-64-asm.h>
|
||||||
|
|
||||||
|
#ifdef WOLFSSL_RISCV_ASM
|
||||||
#if defined(WOLFSSL_SHA3) && !defined(WOLFSSL_XILINX_CRYPT) && \
|
#if defined(WOLFSSL_SHA3) && !defined(WOLFSSL_XILINX_CRYPT) && \
|
||||||
!defined(WOLFSSL_AFALG_XILINX_SHA3)
|
!defined(WOLFSSL_AFALG_XILINX_SHA3)
|
||||||
|
|
||||||
#if FIPS_VERSION3_GE(2,0,0)
|
#if FIPS_VERSION3_GE(2,0,0)
|
||||||
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
|
/* set NO_WRAPPERS before headers, use direct internal f()s not wrappers */
|
||||||
@ -857,7 +858,6 @@ void BlockSha3(word64* s)
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif /* WOLFSSL_RISCV_VECTOR */
|
||||||
|
#endif /* WOLFSSL_SHA3 && !XILINX */
|
||||||
#endif
|
#endif /* WOLFSSL_RISCV_ASM */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user