summaryrefslogtreecommitdiff
path: root/src/credential/credential_api.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/credential/credential_api.c')
-rw-r--r--src/credential/credential_api.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/credential/credential_api.c b/src/credential/credential_api.c
index 8d3c96ca8..88f5f4e17 100644
--- a/src/credential/credential_api.c
+++ b/src/credential/credential_api.c
@@ -433,7 +433,7 @@ GNUNET_CREDENTIAL_issue (struct GNUNET_CREDENTIAL_Handle *handle,
433 crd->purpose.purpose = htonl (GNUNET_SIGNATURE_PURPOSE_CREDENTIAL); 433 crd->purpose.purpose = htonl (GNUNET_SIGNATURE_PURPOSE_CREDENTIAL);
434 GNUNET_CRYPTO_ecdsa_key_get_public (issuer, 434 GNUNET_CRYPTO_ecdsa_key_get_public (issuer,
435 &crd->issuer_key); 435 &crd->issuer_key);
436 436 crd->subject_key = *subject;
437 GNUNET_memcpy (&crd[1], 437 GNUNET_memcpy (&crd[1],
438 attribute, 438 attribute,
439 strlen (attribute)); 439 strlen (attribute));