diff options
author | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2016-12-06 22:21:49 +0100 |
---|---|---|
committer | Schanzenbach, Martin <mschanzenbach@posteo.de> | 2016-12-06 22:21:49 +0100 |
commit | 1be263982990fc0650c30fb5f758d4100540561d (patch) | |
tree | ca7823ac9906822cc88e6a3e0c40b215796e0b95 /src/credential/plugin_gnsrecord_credential.c | |
parent | 14045cba92ab8167e1371f2e2447a5bcdd71f12a (diff) |
- add simple verification
Diffstat (limited to 'src/credential/plugin_gnsrecord_credential.c')
-rw-r--r-- | src/credential/plugin_gnsrecord_credential.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/credential/plugin_gnsrecord_credential.c b/src/credential/plugin_gnsrecord_credential.c index 93d8b8e83..ff95ec119 100644 --- a/src/credential/plugin_gnsrecord_credential.c +++ b/src/credential/plugin_gnsrecord_credential.c @@ -166,9 +166,6 @@ credential_string_to_value (void *cls, s); return GNUNET_SYSERR; } - GNUNET_log (GNUNET_ERROR_TYPE_ERROR, - "Found %s, %s, %s, %s, %s\n", - issuer_pkey, name, subject_pkey, signature, expiration); *data_size = sizeof (struct GNUNET_CREDENTIAL_CredentialRecordData) + strlen (name) + 1; *data = cred = GNUNET_malloc (*data_size); GNUNET_CRYPTO_ecdsa_public_key_from_string (subject_pkey, |