diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-04-19 02:13:33 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-04-19 02:13:33 +0200 |
| commit | 7dadf8b5ae2d338ec7b70a4b8584373303beec5e (patch) | |
| tree | 27264982f5e7cda56595a9490a986268c680b6db | |
| parent | 28f6810732328e36557b5220e51cad7eaba8dea9 (diff) | |
| download | portable-7dadf8b5ae2d338ec7b70a4b8584373303beec5e.tar.gz portable-7dadf8b5ae2d338ec7b70a4b8584373303beec5e.tar.bz2 portable-7dadf8b5ae2d338ec7b70a4b8584373303beec5e.zip | |
Add missing <limits.h> to tls_keypair.c
Fixes #1249 #1250
| -rw-r--r-- | patches/tls_keypair.c.patch | 11 |
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> | ||
