Add missing header to fix C99 conformance in blockmode.c
Fix C99 conformance issues in autotools.
Hi, I am unable to proceed further due to the following errors while cross compiling the beecrypt-4.1.1.tar.gz source for a power pc. The blowfishopt.s file produces the unsupported relocation against rX error. I don't have any idea about the the assembly code and compilations. The errors are as shown below: blowfishopt.s: Assembler messages: blowfishopt.s:61: Error: unsupported relocation against r1 blowfishopt.s:61: Error: unsupported relocation against r1 blowfishopt.s:62: Error: unsupported relocation...
make check fails in testrsa on x86_64 alpine linux
sha384 and sha512 miscompiled by clang, when OPTIMIZE_SSE2 is defined