diff options
author | Christian Grothoff <christian@grothoff.org> | 2013-10-10 14:38:55 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2013-10-10 14:38:55 +0000 |
commit | 9351b1e9bdf2b067b6db06562c26ba658cff42b8 (patch) | |
tree | 68dc4ab447e7e8b6a20a706858cd36238c1c7c5f /src/include/block_dns.h | |
parent | 8beabcd96c0cf1e1873c0b5ff96e537f1beb0b34 (diff) |
separating ECC crypto into functions/structs for ECDHE, ECDSA and EDDSA
Diffstat (limited to 'src/include/block_dns.h')
-rw-r--r-- | src/include/block_dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/block_dns.h b/src/include/block_dns.h index 650b3bc140..9bfaac1c65 100644 --- a/src/include/block_dns.h +++ b/src/include/block_dns.h @@ -37,7 +37,7 @@ struct GNUNET_DNS_Advertisement /** * Signature of the peer affirming that he is offering the service. */ - struct GNUNET_CRYPTO_EccSignature signature; + struct GNUNET_CRYPTO_EddsaSignature signature; /** * Beginning of signed portion of the record, signs everything until |