Changeset 649 for trunk/pdns/pdns/dnsrecords.cc
- Timestamp:
- 04/03/06 21:42:50 (4 years ago)
- Files:
-
- 1 modified
-
trunk/pdns/pdns/dnsrecords.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pdns/pdns/dnsrecords.cc
r623 r649 247 247 conv.xfr8BitInt(d_digesttype); 248 248 conv.xfrBlob(d_digest); 249 ) 250 251 252 boilerplate_conv(SSHFP, 44, 253 conv.xfr8BitInt(d_algorithm); 254 conv.xfr8BitInt(d_fptype); 255 conv.xfrBlob(d_fingerprint); 249 256 ) 250 257