diff options
| -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> | ||
