summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-07-30 17:58:56 -0400
committerJune McEnroe <june@causal.agency>2020-07-30 19:02:32 -0400
commitd80a5030674b417f50a9c2815564ede265ebe576 (patch)
treeb4b1f0afaaa01d3147958a26c8c6ba9b7c7d1508
parentImport LibreSSL 3.2.0 (diff)
downloadlibretls-d80a5030674b417f50a9c2815564ede265ebe576.tar.gz
libretls-d80a5030674b417f50a9c2815564ede265ebe576.zip
tls: #include <string.h>
-rw-r--r--tls.c1
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>