aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2023-02-09 18:42:33 +0100
committerBrent Cook <busterb@gmail.com>2023-02-13 20:36:37 -0600
commit81e6fb0fe9999a51b6d21393247a32cc4e18f738 (patch)
tree9e504ef4e5743e9124cbc53d682b2b0e225e5ca8
parenta7ca886cb03e52718b51f9dd35ea15f28db71a2b (diff)
downloadportable-81e6fb0fe9999a51b6d21393247a32cc4e18f738.tar.gz
portable-81e6fb0fe9999a51b6d21393247a32cc4e18f738.tar.bz2
portable-81e6fb0fe9999a51b6d21393247a32cc4e18f738.zip
Remove obsolete bn_div patch
Diffstat (limited to '')
-rw-r--r--patches/bn_div.c.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/patches/bn_div.c.patch b/patches/bn_div.c.patch
deleted file mode 100644
index 9989e8d..0000000
--- a/patches/bn_div.c.patch
+++ /dev/null
@@ -1,11 +0,0 @@
1--- openbsd/src/lib/libcrypto/bn/bn_div.c 2018-08-03 22:40:06.596555542 -0500
2+++ crypto/bn/bn_div.c 2019-01-20 19:26:37.891450640 -0600
3@@ -89,7 +89,7 @@
4 q; \
5 })
6 # define REMAINDER_IS_ALREADY_CALCULATED
7-# elif defined(__x86_64)
8+# elif defined(__x86_64) && defined(_LP64)
9 /*
10 * Same story here, but it's 128-bit by 64-bit division. Wow!
11 * <appro@fy.chalmers.se>