diff options
Diffstat (limited to '')
-rw-r--r-- | src/regress/lib/libssl/dtls/dtlstest.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/dtls/dtlstest.c b/src/regress/lib/libssl/dtls/dtlstest.c index 08424c1a4b..18df9952b2 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.14 2021/06/19 18:28:51 tb Exp $ */ | 1 | /* $OpenBSD: dtlstest.c,v 1.15 2022/01/07 09:07:00 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 | * |
@@ -27,6 +27,7 @@ | |||
27 | #include <openssl/err.h> | 27 | #include <openssl/err.h> |
28 | #include <openssl/ssl.h> | 28 | #include <openssl/ssl.h> |
29 | 29 | ||
30 | #include "bio_local.h" | ||
30 | #include "ssl_locl.h" | 31 | #include "ssl_locl.h" |
31 | 32 | ||
32 | const char *server_ca_file; | 33 | const char *server_ca_file; |