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
70cd89aa
Commit
70cd89aa
authored
May 15, 2000
by
Brian Wellington
Browse files
compiler warning
parent
c13b8351
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/dns/sec/dst/dst_parse.c
View file @
70cd89aa
...
...
@@ -19,7 +19,7 @@
/*
* Principal Author: Brian Wellington
* $Id: dst_parse.c,v 1.1
5
2000/05/15 2
1:30:4
1 bwelling Exp $
* $Id: dst_parse.c,v 1.1
6
2000/05/15 2
3:14:1
1 bwelling Exp $
*/
#include
<config.h>
...
...
@@ -187,7 +187,7 @@ dst_s_free_private_structure_fields(dst_private_t *priv, isc_mem_t *mctx) {
}
int
dst_s_parse_private_key_file
(
const
dst_key_t
*
key
,
const
isc_uint16_t
id
,
dst_s_parse_private_key_file
(
dst_key_t
*
key
,
const
isc_uint16_t
id
,
dst_private_t
*
priv
,
isc_mem_t
*
mctx
)
{
char
filename
[
ISC_DIR_NAMEMAX
];
...
...
lib/dns/sec/dst/dst_parse.h
View file @
70cd89aa
...
...
@@ -78,7 +78,7 @@ void
dst_s_free_private_structure_fields
(
dst_private_t
*
priv
,
isc_mem_t
*
mctx
);
int
dst_s_parse_private_key_file
(
const
dst_key_t
*
key
,
const
isc_uint16_t
id
,
dst_s_parse_private_key_file
(
dst_key_t
*
key
,
const
isc_uint16_t
id
,
dst_private_t
*
priv
,
isc_mem_t
*
mctx
);
int
...
...
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