diff --git a/Makefile b/Makefile index 130886d6..db013cc2 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ GOFILES=\ dnssec.go\ keygen.go\ string.go\ + nsec3.go\ # y.go\ include $(GOROOT)/src/Make.pkg diff --git a/nsec3.go b/nsec3.go new file mode 100644 index 00000000..dc39389a --- /dev/null +++ b/nsec3.go @@ -0,0 +1,5 @@ +package dns + +// NSEC3 related functions + +