summaryrefslogtreecommitdiff
path: root/security/cryptlib/files/patch-misc_os__spec.h
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2023-03-20 11:52:36 +0100
committerAlex Dupre <ale@FreeBSD.org>2023-03-20 11:53:05 +0100
commitf7d3d88caa1cb439dc43ed46b6d780f50fc0e854 (patch)
treef192e336f3c05e31c0bb22ce4852c0891626dd83 /security/cryptlib/files/patch-misc_os__spec.h
parentnet/haproxy-devel: update to 2.8-dev5 (diff)
security/cryptlib: update to 3.4.6 release.
Diffstat (limited to 'security/cryptlib/files/patch-misc_os__spec.h')
-rw-r--r--security/cryptlib/files/patch-misc_os__spec.h14
1 files changed, 14 insertions, 0 deletions
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