diff options
author | June McEnroe <june@causal.agency> | 2020-07-30 17:58:56 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-30 19:02:32 -0400 |
commit | d80a5030674b417f50a9c2815564ede265ebe576 (patch) | |
tree | b4b1f0afaaa01d3147958a26c8c6ba9b7c7d1508 | |
parent | Import LibreSSL 3.2.0 (diff) | |
download | libretls-d80a5030674b417f50a9c2815564ede265ebe576.tar.gz libretls-d80a5030674b417f50a9c2815564ede265ebe576.zip |
tls: #include <string.h>
Diffstat (limited to '')
-rw-r--r-- | tls.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tls.c b/tls.c index 3d6723b..f4d9cf0 100644 --- a/tls.c +++ b/tls.c @@ -21,6 +21,7 @@ #include <limits.h> #include <pthread.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <openssl/bio.h> |