Skip to content

Commit 6873a07

Browse files
jhcloosmind04
authored andcommitted
OPENPGPKEY RData presentaion is Base64.
Also add a test which has whitespace within the tested presentation. Signed-off-by: James Cloos <cloos@jhcloos.com> (cherry picked from commit ad24586)
1 parent b972356 commit 6873a07

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

pdns/dnsrecords.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ boilerplate_conv(TLSA, 52,
285285
)
286286

287287
boilerplate_conv(OPENPGPKEY, 61,
288-
conv.xfrHexBlob(d_keyring, true);
288+
conv.xfrBlob(d_keyring, true);
289289
)
290290

291291
#undef DS

0 commit comments

Comments
 (0)