diff options
Diffstat (limited to 'src/regress/lib/libssl/dtls/dtlstest.c')
-rw-r--r-- | src/regress/lib/libssl/dtls/dtlstest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libssl/dtls/dtlstest.c b/src/regress/lib/libssl/dtls/dtlstest.c index 2d0d6cf5e8..a749bcf0ed 100644 --- a/src/regress/lib/libssl/dtls/dtlstest.c +++ b/src/regress/lib/libssl/dtls/dtlstest.c | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: dtlstest.c,v 1.17 2022/10/26 20:31:38 tb Exp $ */ | 1 | /* $OpenBSD: dtlstest.c,v 1.18 2022/11/26 16:08:56 tb Exp $ */ |
2 | /* | 2 | /* |
3 | * Copyright (c) 2020, 2021 Joel Sing <jsing@openbsd.org> | 3 | * Copyright (c) 2020, 2021 Joel Sing <jsing@openbsd.org> |
4 | * | 4 | * |
@@ -28,7 +28,7 @@ | |||
28 | #include <openssl/ssl.h> | 28 | #include <openssl/ssl.h> |
29 | 29 | ||
30 | #include "bio_local.h" | 30 | #include "bio_local.h" |
31 | #include "ssl_locl.h" | 31 | #include "ssl_local.h" |
32 | 32 | ||
33 | const char *server_ca_file; | 33 | const char *server_ca_file; |
34 | const char *server_cert_file; | 34 | const char *server_cert_file; |