From 3840dba289638f2767822e64c84d559443453c8e Mon Sep 17 00:00:00 2001 From: Brian Wellington Date: Wed, 2 May 2001 00:03:12 +0000 Subject: [PATCH] Comment a particularly subtle bit of code. --- lib/dns/dnssec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/dns/dnssec.c b/lib/dns/dnssec.c index e953cf551e..c4e2a8171b 100644 --- a/lib/dns/dnssec.c +++ b/lib/dns/dnssec.c @@ -16,7 +16,7 @@ */ /* - * $Id: dnssec.c,v 1.64 2001/05/02 00:02:28 bwelling Exp $ + * $Id: dnssec.c,v 1.65 2001/05/02 00:03:12 bwelling Exp $ */ @@ -221,7 +221,7 @@ dns_dnssec_sign(dns_name_t *name, dns_rdataset_t *set, dst_key_t *key, return (ret); sig.siglen = sigsize; /* - * The actual contents of sig.signature are not important, since + * The actual contents of sig.signature are not important yet, since * they're not used in digest_sig(). */ sig.signature = isc_mem_get(mctx, sig.siglen);