]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
explicitly initialise dump and restore
authorMark Andrews <marka@isc.org>
Wed, 19 Jan 2011 03:09:14 +0000 (03:09 +0000)
committerMark Andrews <marka@isc.org>
Wed, 19 Jan 2011 03:09:14 +0000 (03:09 +0000)
lib/dns/opensslgost_link.c

index 28898a61ec16234575dd679e1be96693bf580adb..2cd08a6adfa4acdfd6361faf32e1f24145bf1a9e 100644 (file)
@@ -14,7 +14,7 @@
  * 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>
 
@@ -371,6 +371,8 @@ static dst_func_t opensslgost_functions = {
        opensslgost_parse,
        opensslgost_cleanup,
        NULL, /*%< fromlabel */
+       NULL, /*%< dump */
+       NULL  /*%< restore */
 };
 
 isc_result_t