aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-02-21 05:57:41 -0600
committerBrent Cook <busterb@gmail.com>2023-02-21 05:57:41 -0600
commit70b0f418d30da7e1fe34c4cbebc90fdb95d6a649 (patch)
tree0b1d9f2753426f74875d1a91f65f9b8d6b31c18d
parent4bcb537aa88dd59877cf0137210f7eabe42ea632 (diff)
downloadportable-70b0f418d30da7e1fe34c4cbebc90fdb95d6a649.tar.gz
portable-70b0f418d30da7e1fe34c4cbebc90fdb95d6a649.tar.bz2
portable-70b0f418d30da7e1fe34c4cbebc90fdb95d6a649.zip
remove unused patch
-rw-r--r--patches/bn_local.h.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/bn_local.h.patch b/patches/bn_local.h.patch
deleted file mode 100644
index 2378ec7..0000000
--- a/patches/bn_local.h.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- ./crypto/bn/bn_local.h.orig Fri Feb 18 16:30:39 2022
2+++ ./crypto/bn/bn_local.h Mon Feb 21 05:39:35 2022
3@@ -283,7 +283,7 @@
4 : "r"(a), "r"(b)); \
5 ret; })
6 # endif /* compiler */
7-# elif defined(__x86_64) || defined(__x86_64__)
8+# elif (defined(__x86_64) || defined(__x86_64__)) && defined(_LP64)
9 # if defined(__GNUC__) && __GNUC__>=2
10 # define BN_UMULT_HIGH(a,b) ({ \
11 BN_ULONG ret,discard; \