From f7d3d88caa1cb439dc43ed46b6d780f50fc0e854 Mon Sep 17 00:00:00 2001 From: Alex Dupre Date: Mon, 20 Mar 2023 11:52:36 +0100 Subject: security/cryptlib: update to 3.4.6 release. --- security/cryptlib/files/patch-misc_os__spec.h | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 security/cryptlib/files/patch-misc_os__spec.h (limited to 'security/cryptlib/files/patch-misc_os__spec.h') diff --git a/security/cryptlib/files/patch-misc_os__spec.h b/security/cryptlib/files/patch-misc_os__spec.h new file mode 100644 index 000000000000..66d060b78bd7 --- /dev/null +++ b/security/cryptlib/files/patch-misc_os__spec.h @@ -0,0 +1,14 @@ +--- misc/os_spec.h.orig 2021-09-11 19:27:14 UTC ++++ misc/os_spec.h +@@ -610,9 +610,8 @@ typedef int BOOLEAN_INT; + variants, this presumably extends to SH5 as well so we treat va_lists on + Super-H as scalars */ + +-#if defined( __GNUC__ ) +- #if( defined( __ARM_EABI__ ) && \ +- ( __GNUC__ == 4 && __GNUC_MINOR__ >= 4 ) || ( __GNUC__ > 4 ) ) ++#if 1 ++ #if defined( __ARM_EABI__ ) + /* In theory we could check __ap but in practice it's too risky to rely + on the type and state of hidden internal fields, and in any case it's + only a sanity check, not a hard requirement, so we just no-op the -- cgit v1.2.3