compiler warning
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
|
||||
/*
|
||||
* Principal Author: Brian Wellington
|
||||
* $Id: dst_parse.c,v 1.15 2000/05/15 21:30:41 bwelling Exp $
|
||||
* $Id: dst_parse.c,v 1.16 2000/05/15 23:14:11 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];
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user