summaryrefslogtreecommitdiff
path: root/src/usr.bin/openssl/s_time.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr.bin/openssl/s_time.c')
-rw-r--r--src/usr.bin/openssl/s_time.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr.bin/openssl/s_time.c b/src/usr.bin/openssl/s_time.c
index 7e3cee8425..d6f012fd41 100644
--- a/src/usr.bin/openssl/s_time.c
+++ b/src/usr.bin/openssl/s_time.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: s_time.c,v 1.36 2022/11/11 17:07:39 joshua Exp $ */ 1/* $OpenBSD: s_time.c,v 1.37 2023/03/05 13:12:53 tb Exp $ */
2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) 2/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
3 * All rights reserved. 3 * All rights reserved.
4 * 4 *
@@ -98,7 +98,7 @@ static SSL_CTX *tm_ctx = NULL;
98static const SSL_METHOD *s_time_meth = NULL; 98static const SSL_METHOD *s_time_meth = NULL;
99static long bytes_read = 0; 99static long bytes_read = 0;
100 100
101struct { 101static struct {
102 int bugs; 102 int bugs;
103 char *CAfile; 103 char *CAfile;
104 char *CApath; 104 char *CApath;