diff options
Diffstat (limited to 'lib/dns/tsig.c')
-rw-r--r-- | lib/dns/tsig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dns/tsig.c b/lib/dns/tsig.c index 00ab570d9e34d..1ddca181a4ab4 100644 --- a/lib/dns/tsig.c +++ b/lib/dns/tsig.c @@ -1317,7 +1317,7 @@ dns_tsig_verify(isc_buffer_t *source, dns_message_t *msg, alg == DST_ALG_HMACSHA384 || alg == DST_ALG_HMACSHA512) { isc_uint16_t digestbits = dst_key_getbits(key); if (tsig.siglen > siglen) { - tsig_log(msg->tsigkey, 2, "signature length to big"); + tsig_log(msg->tsigkey, 2, "signature length too big"); return (DNS_R_FORMERR); } if (tsig.siglen > 0 && |