aboutsummaryrefslogtreecommitdiff
path: root/patches
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2026-04-18 19:28:17 -0500
committerBrent Cook <busterb@gmail.com>2026-04-18 19:28:17 -0500
commitdc0f77a2c63a160856ccccca21f975851a5ecc4c (patch)
treea442539b6e05edfad970f1334e11746f9c02d7d9 /patches
parent631631f7f8163c32050f6c78e6427bb4f4c72a72 (diff)
parent7dadf8b5ae2d338ec7b70a4b8584373303beec5e (diff)
downloadportable-dc0f77a2c63a160856ccccca21f975851a5ecc4c.tar.gz
portable-dc0f77a2c63a160856ccccca21f975851a5ecc4c.tar.bz2
portable-dc0f77a2c63a160856ccccca21f975851a5ecc4c.zip
Land #1251: Add missing <limits.h> to tls_keypair.c
Diffstat (limited to 'patches')
-rw-r--r--patches/tls_keypair.c.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/patches/tls_keypair.c.patch b/patches/tls_keypair.c.patch
new file mode 100644
index 0000000..edd0ee5
--- /dev/null
+++ b/patches/tls_keypair.c.patch
@@ -0,0 +1,11 @@
1--- tls/tls_keypair.c.orig Sun Apr 19 02:12:25 2026
2+++ tls/tls_keypair.c Sun Apr 19 02:12:33 2026
3@@ -15,6 +15,8 @@
4 * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
5 */
6
7+#include <limits.h>
8+
9 #include <openssl/bio.h>
10 #include <openssl/err.h>
11 #include <openssl/pem.h>