]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] Sync draft-durand-doa-over-dns snippet in lib/dns/tests/rdata_test.c with...
authorMichał Kępień <michal@isc.org>
Mon, 9 Oct 2017 08:49:09 +0000 (10:49 +0200)
committerMichał Kępień <michal@isc.org>
Mon, 9 Oct 2017 08:52:50 +0000 (10:52 +0200)
lib/dns/tests/rdata_test.c

index bf79933352a64d95731385e4f587e58c4092c92b..2b23c922702a2d2cc0eae95cce2719133a69181f 100644 (file)
@@ -548,9 +548,10 @@ ATF_TC_BODY(csync, tc) {
  *
  *    The DOA-MEDIA-TYPE field is presented as a single <character-string>.
  *
- *    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) {