Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
1e1ed662
Commit
1e1ed662
authored
May 14, 2018
by
Michał Kępień
Browse files
Extend the list of headers included by lib/dns/tests/sigs_test.c
(cherry picked from commit
f98e145c
)
parent
9d8bab64
Pipeline
#1649
passed with stages
in 5 minutes and 26 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/tests/sigs_test.c
View file @
1e1ed662
...
...
@@ -18,11 +18,29 @@
#include <isc/util.h>
#if defined(OPENSSL) || defined(PKCS11CRYPTO)
#include <string.h>
#include <dns/db.h>
#include <dns/diff.h>
#include <dns/dnssec.h>
#include <dns/fixedname.h>
#include <dns/name.h>
#include <dns/rdata.h>
#include <dns/rdatastruct.h>
#include <dns/rdatatype.h>
#include <dns/result.h>
#include <dns/types.h>
#include <dns/zone.h>
#include <dst/dst.h>
#include <isc/buffer.h>
#include <isc/list.h>
#include <isc/region.h>
#include <isc/stdtime.h>
#include <isc/result.h>
#include <isc/types.h>
#include "../zone_p.h"
#include "dnstest.h"
...
...
Michał Kępień
@michal
mentioned in commit
7f38fd70
·
May 14, 2018
mentioned in commit
7f38fd70
mentioned in commit 7f38fd70c1c494f4b1a66d24b6e7c16e036d4fac
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment