mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-28 09:37:10 -04:00
oops, it's <dst/dst.h>, not <dst/key.h>
This commit is contained in:
parent
1ae59f0202
commit
709fa2054f
1 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: validator.h,v 1.15 2000/12/21 16:27:22 gson Exp $ */
|
||||
/* $Id: validator.h,v 1.16 2000/12/21 18:11:00 gson Exp $ */
|
||||
|
||||
#ifndef DNS_VALIDATOR_H
|
||||
#define DNS_VALIDATOR_H 1
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
|
||||
#include <dns/types.h>
|
||||
|
||||
#include <dst/key.h>
|
||||
#include <dst/dst.h>
|
||||
|
||||
/*
|
||||
* A dns_validatorevent_t is sent when a 'validation' completes.
|
||||
|
|
|
|||
Loading…
Reference in a new issue