Files
ports/security
Matthias Andree 8fc6b69f47 security/putty: fix aarch64 build on clang 10.
clang 10 (FreeBSD 12.3) does not support vaddq_p128 and similar
ARM NEON intrinsics, but clang 13 (FreeBSD 13.1) does.

Abuse the HAVE_NEON_PMULL cmake test to disable aesgcm-neon.c
unless vaddq_p128() is available.

http://ampere1.nyi.freebsd.org/data/123arm64-quarterly/31229ca1324c/logs/putty-nogtk-0.78~pre20220922.log:
/wrkdirs/usr/ports/security/putty-nogtk/work/putty-0.78~pre20220922.9fcfd67/crypto/aesgcm-neon.c:125:16:
warning: implicit declaration of function 'vaddq_p128' is invalid in C99 [-Wimplicit-function-declaration]
	ctx->acc = vaddq_p128(ctx->acc, load_p128_be(coeff));
2022-10-12 00:17:18 +02:00
..
2022-09-27 22:16:04 +02:00
2022-10-04 22:52:35 +02:00
2022-07-20 16:22:56 +02:00
2022-09-20 17:31:27 +02:00
2022-07-20 16:22:56 +02:00
2022-10-02 19:06:52 +09:00
2022-10-09 13:54:28 +02:00
2022-09-12 15:45:58 -04:00
2022-09-12 17:29:04 +02:00
2022-10-10 03:45:26 +08:00
2022-09-11 00:06:00 +08:00
2022-09-12 17:29:04 +02:00
2022-09-12 17:29:04 +02:00
2022-09-12 17:29:04 +02:00
2022-09-12 17:29:04 +02:00
2022-09-12 17:29:04 +02:00
2022-09-12 17:29:04 +02:00
2022-09-12 17:29:04 +02:00
2022-09-25 23:42:41 +02:00
2022-09-28 08:54:31 -07:00
2022-09-16 11:54:41 +00:00
2022-07-20 16:22:56 +02:00
2022-09-11 00:07:33 +08:00
2022-07-30 13:57:11 +08:00
2022-10-09 13:35:48 -07:00
2022-09-21 16:48:19 +09:00
2022-09-19 17:02:32 -07:00