about summary refs log tree commit diff
path: root/tls_ocsp.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2023-10-11 18:19:08 -0400
committerJune McEnroe <june@causal.agency>2023-10-11 18:19:08 -0400
commite41d777a25720255dec2af01ec95c98d14fccf9a (patch)
treef14eb100a1cad84ef4b7d9b29804e6f8f970c4d9 /tls_ocsp.c
parentImport LibreSSL 3.7.3 (diff)
downloadlibretls-e41d777a25720255dec2af01ec95c98d14fccf9a.tar.gz
libretls-e41d777a25720255dec2af01ec95c98d14fccf9a.zip
Import LibreSSL 3.8.0
Diffstat (limited to 'tls_ocsp.c')
-rw-r--r--tls_ocsp.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/tls_ocsp.c b/tls_ocsp.c
index 83585fa..acf6935 100644
--- a/tls_ocsp.c
+++ b/tls_ocsp.c
@@ -1,4 +1,4 @@
-/*	$OpenBSD: tls_ocsp.c,v 1.22 2021/10/31 16:39:32 tb Exp $ */
+/*	$OpenBSD: tls_ocsp.c,v 1.23 2023/05/14 07:26:25 op Exp $ */
 /*
  * Copyright (c) 2015 Marko Kreen <markokr@gmail.com>
  * Copyright (c) 2016 Bob Beck <beck@openbsd.org>
@@ -21,6 +21,8 @@
 #include <arpa/inet.h>
 #include <netinet/in.h>
 
+#include <string.h>
+
 #include <openssl/err.h>
 #include <openssl/ocsp.h>
 #include <openssl/x509.h>