diff options
| author | June McEnroe <june@causal.agency> | 2026-06-01 14:51:12 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2026-06-01 14:51:12 -0400 |
| commit | 3b8dd30c34dc4edcf9c7765c7d2fe0d095fc65cd (patch) | |
| tree | 4056776b44f401cc17b7eb17972372c55b66fef6 /tls_keypair.c | |
| parent | Import LibreSSL 4.3.0 (diff) | |
| download | libretls-3b8dd30c34dc4edcf9c7765c7d2fe0d095fc65cd.tar.gz libretls-3b8dd30c34dc4edcf9c7765c7d2fe0d095fc65cd.zip | |
Import LibreSSL 4.3.1
Diffstat (limited to '')
| -rw-r--r-- | tls_keypair.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tls_keypair.c b/tls_keypair.c index 8b1beda..57fbbea 100644 --- a/tls_keypair.c +++ b/tls_keypair.c @@ -15,6 +15,8 @@ * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ +#include <limits.h> + #include <openssl/bio.h> #include <openssl/err.h> #include <openssl/pem.h> |