aboutsummaryrefslogtreecommitdiff
path: root/src/namestore
diff options
context:
space:
mode:
authorMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-31 07:38:34 +0000
committerMartin Schanzenbach <mschanzenbach@posteo.de>2012-07-31 07:38:34 +0000
commitb8926e91d9919b2532659bddc1724c095525a5e0 (patch)
tree9e95bb951bf0d8c6871f74a63e20421f452adcb0 /src/namestore
parent0bcdd97c38f467001fa3723d9de22f8f135a2d5a (diff)
downloadgnunet-b8926e91d9919b2532659bddc1724c095525a5e0.tar.gz
gnunet-b8926e91d9919b2532659bddc1724c095525a5e0.zip
-tlsa rr added to namelist
Diffstat (limited to 'src/namestore')
-rw-r--r--src/namestore/namestore_common.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/namestore/namestore_common.c b/src/namestore/namestore_common.c
index f5c039c3b..2a9143d8e 100644
--- a/src/namestore/namestore_common.c
+++ b/src/namestore/namestore_common.c
@@ -636,6 +636,8 @@ static struct {
636 { "PKEY", GNUNET_NAMESTORE_TYPE_PKEY }, 636 { "PKEY", GNUNET_NAMESTORE_TYPE_PKEY },
637 { "PSEU", GNUNET_NAMESTORE_TYPE_PSEU }, 637 { "PSEU", GNUNET_NAMESTORE_TYPE_PSEU },
638 { "LEHO", GNUNET_NAMESTORE_TYPE_LEHO }, 638 { "LEHO", GNUNET_NAMESTORE_TYPE_LEHO },
639 { "VPN", GNUNET_NAMESTORE_TYPE_VPN },
640 { "TLSA", GNUNET_DNSPARSER_TYPE_TLSA },
639 { NULL, UINT32_MAX } 641 { NULL, UINT32_MAX }
640}; 642};
641 643