diff options
-rw-r--r-- | src/lib/dns/tsig.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/dns/tsig.h b/src/lib/dns/tsig.h index 8dae3794eb..bdb84f7de9 100644 --- a/src/lib/dns/tsig.h +++ b/src/lib/dns/tsig.h @@ -1,12 +1,11 @@ -// Copyright (C) 2011-2015,2017 Internet Systems Consortium, Inc. ("ISC") +// Copyright (C) 2011-2020 Internet Systems Consortium, Inc. ("ISC") // // This Source Code Form is subject to the terms of the Mozilla Public // License, v. 2.0. If a copy of the MPL was not distributed with this // file, You can obtain one at http://mozilla.org/MPL/2.0/. // IMPORTANT: the server side of this code MUST NOT be used until -// it was fixed, cf draft-dupont-dnsop-rfc2845bis-00.txt -// Note that Kea uses only the client side. +// it was fixed, cf RFC 8945. Note that Kea uses only the client side. #ifndef TSIG_H #define TSIG_H 1 |