Skip to content

Commit

Permalink
Merge f549862 into 311feb1
Browse files Browse the repository at this point in the history
  • Loading branch information
karlerikounapuu committed Jul 2, 2020
2 parents 311feb1 + f549862 commit 9785a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/dnsruby/dnssec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ def self.reset
@@validation_policy = ValidationPolicy::LOCAL_ANCHORS_THEN_ROOT
@@root_verifier = SingleVerifier.new(SingleVerifier::VerifierType::ROOT)
@@root_verifier.add_root_ds(@@root_key)
@@root_verifier.add_root_ds(@@root_key_new)

@@dlv_verifier = SingleVerifier.new(SingleVerifier::VerifierType::DLV)

Expand Down

0 comments on commit 9785a27

Please sign in to comment.