Skip to content
GitLab
Projects
Groups
Snippets
/
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
259d8f94
Commit
259d8f94
authored
May 12, 2000
by
Andreas Gustafsson
Browse files
style
parent
bd36d301
Changes
2
Hide whitespace changes
Inline
Side-by-side
bin/dnssec/dnssec-makekeyset.c
View file @
259d8f94
...
...
@@ -275,7 +275,7 @@ main(int argc, char *argv[]) {
key
=
NULL
;
result
=
dst_key_fromfile
(
tdomain
,
id
,
alg
,
DST_TYPE_PUBLIC
,
mctx
,
&
key
);
check_result
(
result
,
"dst_key_fromfile"
);
check_result
(
result
,
"dst_key_fromfile"
);
if
(
dst_key_iszonekey
(
key
))
{
dst_key_t
*
zonekey
=
NULL
;
result
=
dst_key_fromfile
(
tdomain
,
id
,
alg
,
...
...
bin/tests/keysettool.c
View file @
259d8f94
...
...
@@ -275,7 +275,7 @@ main(int argc, char *argv[]) {
key
=
NULL
;
result
=
dst_key_fromfile
(
tdomain
,
id
,
alg
,
DST_TYPE_PUBLIC
,
mctx
,
&
key
);
check_result
(
result
,
"dst_key_fromfile"
);
check_result
(
result
,
"dst_key_fromfile"
);
if
(
dst_key_iszonekey
(
key
))
{
dst_key_t
*
zonekey
=
NULL
;
result
=
dst_key_fromfile
(
tdomain
,
id
,
alg
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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