From dc5c74f3f12a6f57440056448e551a0f1c335299 Mon Sep 17 00:00:00 2001 From: des Date: Sat, 16 Jan 2016 19:06:12 +0000 Subject: MFH (r292206): upgrade to Unbound 1.5.7 MFH (r292135): run configure script with correct compiler --- contrib/unbound/libunbound/python/examples/dnssec-valid.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'contrib/unbound/libunbound/python/examples/dnssec-valid.py') diff --git a/contrib/unbound/libunbound/python/examples/dnssec-valid.py b/contrib/unbound/libunbound/python/examples/dnssec-valid.py index 386f4c2..c5517ef 100644 --- a/contrib/unbound/libunbound/python/examples/dnssec-valid.py +++ b/contrib/unbound/libunbound/python/examples/dnssec-valid.py @@ -44,7 +44,7 @@ ctx.debugout(fw) ctx.debuglevel(2) if os.path.isfile("keys"): - ctx.add_ta_file("keys") #read public keys for DNSSEC verificatio + ctx.add_ta_file("keys") #read public keys for DNSSEC verification status, result = ctx.resolve("www.nic.cz", RR_TYPE_A, RR_CLASS_IN) if status == 0 and result.havedata: -- cgit v1.1