aboutsummaryrefslogtreecommitdiff
path: root/src/credential/plugin_gnsrecord_credential.c
diff options
context:
space:
mode:
authorAndreas Ebner <pansy007@googlemail.com>2019-08-04 13:52:03 +0200
committerSchanzenbach, Martin <mschanzenbach@posteo.de>2019-10-07 12:16:50 +0200
commit15b0d71a635f02f5e0291a695d35a65698fdea05 (patch)
tree5afc234a0ce848019d1098f3852fde06f14dcd98 /src/credential/plugin_gnsrecord_credential.c
parent93cd93a1330fb38add615f797ac9a87fc252ff98 (diff)
downloadgnunet-15b0d71a635f02f5e0291a695d35a65698fdea05.tar.gz
gnunet-15b0d71a635f02f5e0291a695d35a65698fdea05.zip
Clean up and renaming
- renamed a lot of variables/functions that no longer serve credential but delegate - correct printouts likewise - cleaned up test_credential_own.sh to use credential service issuer side storage - removed credential related parameters from VerifyRequestHandle struct
Diffstat (limited to 'src/credential/plugin_gnsrecord_credential.c')
-rw-r--r--src/credential/plugin_gnsrecord_credential.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/credential/plugin_gnsrecord_credential.c b/src/credential/plugin_gnsrecord_credential.c
index 90cd2f46a..784c7def1 100644
--- a/src/credential/plugin_gnsrecord_credential.c
+++ b/src/credential/plugin_gnsrecord_credential.c
@@ -79,9 +79,7 @@ credential_value_to_string (void *cls,
79 { 79 {
80 subject_pkey = 80 subject_pkey =
81 GNUNET_CRYPTO_ecdsa_public_key_to_string (&set[i].subject_key); 81 GNUNET_CRYPTO_ecdsa_public_key_to_string (&set[i].subject_key);
82 GNUNET_log (GNUNET_ERROR_TYPE_DEBUG, 82
83 "%d len attr\n",
84 set[i].subject_attribute_len);
85 if (0 == set[i].subject_attribute_len) 83 if (0 == set[i].subject_attribute_len)
86 { 84 {
87 if (0 == i) 85 if (0 == i)