[PATCH libgcrypt] Disable CPU speculation-related misfeatures
Collin Funk
collin.funk1 at gmail.com
Sun May 25 21:58:52 CEST 2025
Guido Trentalancia via Gcrypt-devel <gcrypt-devel at gnupg.org> writes:
> --- a/src/global.c 2024-04-26 14:08:12.000000000 +0200
> +++ b/src/global.c 2025-05-25 16:03:24.718598884 +0200
> @@ -33,6 +33,7 @@
> #ifdef HAVE_SYSLOG
> # include <syslog.h>
> #endif /*HAVE_SYSLOG*/
> +#include <sys/prctl.h>
This would cause a compilation error on many platforms since sys/prctl.h
is Linux-specific.
Collin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 832 bytes
Desc: not available
URL: <https://lists.gnupg.org/pipermail/gcrypt-devel/attachments/20250525/0cfc9177/attachment-0001.sig>
More information about the Gcrypt-devel
mailing list