From: Michał Kępień Date: Mon, 9 Oct 2017 08:49:09 +0000 (+0200) Subject: [master] Sync draft-durand-doa-over-dns snippet in lib/dns/tests/rdata_test.c with... X-Git-Tag: v9.12.0b1~42 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c0f78692eeb711152437b26afacc5ed2b0185148;p=thirdparty%2Fbind9.git [master] Sync draft-durand-doa-over-dns snippet in lib/dns/tests/rdata_test.c with draft version -03 --- diff --git a/lib/dns/tests/rdata_test.c b/lib/dns/tests/rdata_test.c index bf79933352a..2b23c922702 100644 --- a/lib/dns/tests/rdata_test.c +++ b/lib/dns/tests/rdata_test.c @@ -548,9 +548,10 @@ ATF_TC_BODY(csync, tc) { * * The DOA-MEDIA-TYPE field is presented as a single . * - * The DOA-DATA is presented as Base64 encoded data [RFC3548] unless the + * The DOA-DATA is presented as Base64 encoded data [RFC4648] unless the * DOA-DATA is empty in which case it is presented as a single dash - * character ("-", ASCII 45). White space is permitted within Base64 data. + * character ("-", ASCII 45). White space is permitted within Base64 + * data. */ ATF_TC(doa); ATF_TC_HEAD(doa, tc) {