Displaying 1 result from an estimated 1 matches for "core_hash_sha2".
2024 May 09
1
[Bug 3689] New: Implicit function declarations: SHA256, SHA512 with -DWITH_XMSS
...PKCS11_HELPER=\"/usr/local/libexec/ssh-pkcs11-helper\"
-D_PATH_SSH_SK_HELPER=\"/usr/local/libexec/ssh-sk-helper\"
-D_PATH_SSH_PIDDIR=\"/var/run\"
-D_PATH_PRIVSEP_CHROOT_DIR=\"/var/empty\" -DHAVE_CONFIG_H -c
xmss_hash.c -o xmss_hash.o
xmss_hash.c: In function ?core_hash_SHA2?:
xmss_hash.c:56:5: error: implicit declaration of function ?SHA256?
[-Wimplicit-function-declaration]
56 | SHA256(buf, inlen + keylen + n, out);
| ^~~~~~
xmss_hash.c:61:7: error: implicit declaration of function ?SHA512?
[-Wimplicit-function-declaration]
61 | SHA512(buf,...