aboutsummaryrefslogtreecommitdiff
path: root/src/abd/plugin_gnsrecord_abd.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/abd/plugin_gnsrecord_abd.c')
-rw-r--r--src/abd/plugin_gnsrecord_abd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/abd/plugin_gnsrecord_abd.c b/src/abd/plugin_gnsrecord_abd.c
index 7b2f4af5b..43abe578f 100644
--- a/src/abd/plugin_gnsrecord_abd.c
+++ b/src/abd/plugin_gnsrecord_abd.c
@@ -77,7 +77,7 @@ abd_value_to_string (void *cls,
77 for (i = 0; i < ntohl (sets.set_count); i++) 77 for (i = 0; i < ntohl (sets.set_count); i++)
78 { 78 {
79 subject_pkey = 79 subject_pkey =
80 GNUNET_IDENTITY_public_key_to_string (&set[i].subject_key); 80 GNUNET_CRYPTO_public_key_to_string (&set[i].subject_key);
81 81
82 if (0 == set[i].subject_attribute_len) 82 if (0 == set[i].subject_attribute_len)
83 { 83 {
@@ -208,7 +208,7 @@ abd_string_to_value (void *cls,
208 208
209 // sets the public key for the set entry 209 // sets the public key for the set entry
210 if (GNUNET_SYSERR == 210 if (GNUNET_SYSERR ==
211 GNUNET_IDENTITY_public_key_from_string (subject_pkey, 211 GNUNET_CRYPTO_public_key_from_string (subject_pkey,
212 &set[i].subject_key)) 212 &set[i].subject_key))
213 { 213 {
214 GNUNET_free (tmp_str); 214 GNUNET_free (tmp_str);