We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27a0a2a commit 40899d8Copy full SHA for 40899d8
src/session_client_ssh.c
@@ -6,7 +6,7 @@
6
*
7
* This source is compiled only with libssh.
8
9
- * Copyright (c) 2015 CESNET, z.s.p.o.
+ * Copyright (c) 2015 - 2021 CESNET, z.s.p.o.
10
11
* This source code is licensed under BSD 3-Clause License (the "License").
12
* You may not use this file except in compliance with the License.
@@ -35,6 +35,8 @@
35
#ifdef ENABLE_DNSSEC
36
# include <validator/resolver.h>
37
# include <validator/validator.h>
38
+# include <validator/validator-config.h>
39
+
40
# include <validator/validator-compat.h>
41
#endif
42
0 commit comments