diff options
Diffstat (limited to 'tls_client.c')
-rw-r--r-- | tls_client.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tls_client.c b/tls_client.c index 1629697..deb24eb 100644 --- a/tls_client.c +++ b/tls_client.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tls_client.c,v 1.48 2021/10/21 08:38:11 tb Exp $ */ +/* $OpenBSD: tls_client.c,v 1.49 2023/05/14 07:26:25 op Exp $ */ /* * Copyright (c) 2014 Joel Sing <jsing@openbsd.org> * @@ -25,6 +25,7 @@ #include <limits.h> #include <netdb.h> #include <stdlib.h> +#include <string.h> #include <unistd.h> #include <openssl/err.h> |