mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
explicitly initialise dump and restore
This commit is contained in:
@@ -14,7 +14,7 @@
|
|||||||
* PERFORMANCE OF THIS SOFTWARE.
|
* PERFORMANCE OF THIS SOFTWARE.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* $Id: opensslgost_link.c,v 1.3 2010/12/23 23:47:08 tbox Exp $ */
|
/* $Id: opensslgost_link.c,v 1.4 2011/01/19 03:09:14 marka Exp $ */
|
||||||
|
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
@@ -371,6 +371,8 @@ static dst_func_t opensslgost_functions = {
|
|||||||
opensslgost_parse,
|
opensslgost_parse,
|
||||||
opensslgost_cleanup,
|
opensslgost_cleanup,
|
||||||
NULL, /*%< fromlabel */
|
NULL, /*%< fromlabel */
|
||||||
|
NULL, /*%< dump */
|
||||||
|
NULL /*%< restore */
|
||||||
};
|
};
|
||||||
|
|
||||||
isc_result_t
|
isc_result_t
|
||||||
|
Reference in New Issue
Block a user